Re: Include Header and Footer to Print From Perl?



Having Perl print the contents of another file containing the header and
footer information is not a possibility though? I need to put the HTML code
within the Perl script?

"Joe Smith" <joe@xxxxxxxxx> wrote in message
news:AaSdnbdkeruuL63ZRVn-uQ@xxxxxxxxxxxxxx
Al Franz wrote:

2. Can you include the html code in the perl script without having to
include a "\" prior to every quote?

Yes. Look for "Quote-like Operators" in `perldoc perlop`. qq{} and
here-doc in particular.

http://perldoc.perl.org/perlop.html


.