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
backslash quotes:

print<<HTML;
 <html>
  <body>
    document $variable
  </body>
</html>
HTML

--
anthony

--- "Mundell, R. (Ronald)" <[EMAIL PROTECTED]>
wrote:
> Good Day All
> 
> does any body know how to print a page out of Perl
> 
> Thanks 
> 
> Ronald
> 
> 


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to