trying to include the following code with the abc.pl script... the snippet works in an html/css environment
print <<EOF; <style type="text/css" media="all"> @import url("theta.css"); @media print { body {background: white; color: black; font: 12pt Times, serif;} #noprnt {display: none !important;} } </style> EOF The "@" symbols are misread and thus this cause errors... escaping the "@" symbols doesn't work anyone with a solution?? Thanks Jerry -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>