mark o' sullivan <[EMAIL PROTECTED]> asked:
> I'm trying to include javascript code in my perl script but 
> I'm getting the
> following error 'Can't find string terminator &quot;EOF&quot; anywhere
> before EOF at calendar.pl
> Anyone have any ideas why I might be getting this error.

Usually that's either because there's some whitespace
stuck on the offending here document terminator (i.e.
your terminator reads "EOF ") or the EOF is on the last
line of your code. In both cases Perl will not be able
to locate the terminator.

HTH,
Thomas


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to