From:                   "Houda Araj" <[EMAIL PROTECTED]>
> The script
> #!/usr/bin/perl
> use strict;
> use diagnostics;
> use CGI qw/:standard/;
> use CGI::Carp 'fatalsToBrowser';
> 
> ...
> <CODE>Can't use an undefined value as a symbol reference at highlight2.pl
> line 10.

Try to add
        use FileHandle;

Jenda


=========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==========
There is a reason for living. There must be. I've seen it somewhere.
It's just that in the mess on my table ... and in my brain.
I can't find it.
                                        --- me

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to