On Mon, 25 Feb 2002, Sam Tregar wrote:

> On Mon, 25 Feb 2002, B. K. Oxley (binkley) wrote:
>
> > On Monday 25 February 2002 07:17 pm, Sam Tregar wrote:
> > > Ooo, hmm.  That's kind of a neat idea, but how does it work?  Do you
> > > setup your own HTTP server just to fake up the ACTION?  If so you
> > > might call it Inline::CGIServer!  Also, how would you support
> > > multiple pages and/or templating of the HTML?
> >
> > It should work nicely as a CGI script, I should think.
> >
> > You might say it's the ultimate in separating code from data, or in
> > combining them.  I'm not sure which.
>
> Oh, then let me revise my assessment - this is just a really old idea.
> See the 30+ templating systems on CPAN for evidence, of which I am
> unfortunately a contributor.  CPAN does not need another HTML templating
> system, even one with the snazy Inline:: root!

Hey, wait a minute.  You're not the guy that suggested Inline::HTML.  I
gave you the wrong reply.  Let me try again:

You can't have a CGI script without a webserver.  For the module you to do
what he says it will do:

  This will launch a browser and get the user's name. Then the Perl script
  can go on.

It will need to somehow act as a web server in order to give the launched
browser something to make the initial request and submit the form to.

-sam



Reply via email to