On Fri, 15 Jun 2001, Luinrandir Hernson wrote:
> 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 " onClick=\"parent.main.print()\">\n;
You are missing
Timothy Kimball wrote:
> Luinrandir Hernson wrote:
> : This line of code in a perl script comes up with errors.
> : ...
> : print "onClick=\"parent.main.print()\">\n;
>
> Needs a closing quote after the \n. -- tdk
I'm jumping into the middle of a thread here, but for readability
why not try some
ding quote mark.
hth
Chris
> -Original Message-
> From: Luinrandir Hernson [mailto:[EMAIL PROTECTED]]
> Sent: Friday, June 15, 2001 12:02 PM
> To: [EMAIL PROTECTED]
> Subject: Something wrong with my one line code
>
>
> This line of code in a perl script comes u
Luinrandir Hernson wrote:
: This line of code in a perl script comes up with errors.
: ...
: print "\n;
Needs a closing quote after the \n. -- tdk
Missing the " at the end of the line
Try this:
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 cod
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 "\n;