Missing the " at the end of the line
Try this:
print "<Input type=\"button\" Value=\"Print This Page\"
onClick=\"parent.main.print()\">\n";
Greg S.
> -----Original Message-----
> From: Luinrandir Hernson [mailto:[EMAIL PROTECTED]]
> Sent: Friday, June 15, 2001 11:02 AM
> To: [EMAIL PROTECTED]
> Subject: Something wrong with my one line code
>
>
> This line of code in a perl script comes up with errors.
> What am I missing? problems with the word print?
> Am I missing a "/" somewhere for a reserved word? maybe the 2nd "Print"?
>
> print "<Input type=\"button\" Value=\"Print This Page\"
> onClick=\"parent.main.print()\">\n;
>
>