Re: [Perl-unix-users] Printing CGI WEB Pages

2003-01-06 Thread Jon Shorie
On Thursday 02 January 2003 07:14, Mundell, R. \(Ronald\) wrote: > Good Day All > > does any body know how to print a page out of Perl > > Thanks > > Ronald I have used a method where I created an html page in perl and instead of printing it to the user, sent it to a file. The file I then send to

Re: [Perl-unix-users] Printing CGI WEB Pages

2003-01-03 Thread Anthony Ettinger
there are a number of alternatives. i recommend a template based system. Text::Template (easy to use) HTML::Template (conditionals, progrmatic structures) Template::Toolkit (heard it was AWESOME). or you can just print the html in your script... try something like this, so you won't have to backs

RE: [Perl-unix-users] Printing CGI WEB Pages

2003-01-03 Thread Thomas_M
Title: Message You can pretty much answer this question and all your previous questions by reading the documentation on the CGI module. You can use perldoc CGI, or this URL: http://search.cpan.org/author/LDS/CGI.pm-2.89/CGI.pm. Also, the author of the module has a book: http://www.amazon.com/