---
From: Boex,Matthew W. [mailto:[EMAIL PROTECTED]]
Sent: 15 August 2001 21:22
To: CGI Beginners
Subject: RE: cgi and html
joel,
i guess i didn't word that correctly. i have a set of cgi scripts, each of
them need to be able to follow state information using hidden tags. i need
to add so
Wednesday, August 15, 2001 3:01 PM
To: Boex,Matthew W.; CGI Beginners
Subject: RE: cgi and html
Max,
Embperl wont "break out the html from the cgi" if I'm guessing that you want
to seperate the server side code from the html presentation.
Embperl is embedded perl in html pages (mu
riginal Message-
From: Boex,Matthew W. [mailto:[EMAIL PROTECTED]]
Sent: 15 August 2001 20:13
To: CGI Beginners
Subject: RE: cgi and html
i have been looking around a little and found Embperl. i plan to move to
mod_perl in the near future but have a bunch of cgi scripts that i want to
add h
mod_perl for that matter?
matt
-Original Message-
From: Curtis Poe [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 02, 2001 5:30 PM
To: CGI Beginners
Subject: Re: cgi and html
--- "Boex,Matthew W." <[EMAIL PROTECTED]> wrote:
>
> i need to incorporate a good de
t; my $template = "";
> open(HTML, $t) || print "The file you are accessing cannot
> be opened";
> while(){$template .= $_;}
> close(HTML);
> return $template;
> }
>
> Then when I update the Dreamweaver template, the CGI's all
> get the updates
>
- Original Message -
From: Vinicius Jose Latorre <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, August 03, 2001 7:35 AM
Subject: Re: cgi and html
>
> --- "Curtis Poe" <[EMAIL PROTECTED]> wrote:
>
> > ---
--- "Boex,Matthew W." <[EMAIL PROTECTED]> wrote:
>
> i need to incorporate a good deal of html into my cgi scripts. what are my
> options other than Html::Mason. i know that will do the job but just want
> to compare against any other solutions out there
>
> matt
Two options come to mind