in reply to Re: Re: Re: Crontab error!
in thread Crontab error!

500 error.log for the script:
/home/usr254/html/sa/Global symbol "$sonuc" requires explicit package +name at ok-filmler.cgi line 8. Global symbol "$elle1" requires explicit package name at ok-filmler.cg +i line 15.

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Crontab error!
by davorg (Chancellor) on Apr 04, 2001 at 15:18 UTC

    You'll need to predeclare both of these variables. This is a good thing and one of the best reasons for using use strict.

    my $sonuc="/home/usr254/html/sa/filmler/HeadLine.tlt"; my $elle1= get("http://www.ntvmsnbc.com/news/FILM_front.asp");
    --
    <http://www.dave.org.uk>

    "Perl makes the fun jobs fun
    and the boring jobs bearable" - me