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
: Mundell, R. (Ronald) [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 7:14 AMTo: Perl-Unix-Users (E-mail); Perl-Win32-Users (E-mail)Subject: [Perl-unix-users] Printing CGI WEB Pages Good Day All does any body know how to print a page out of Perl Thanks Ronald

[Perl-unix-users] Printing CGI WEB Pages

2003-01-03 Thread Mundell, R. \(Ronald\)
Title: Printing CGI WEB Pages Good Day All does any body know how to print a page out of Perl Thanks Ronald