On Wed, Mar 08, 2000 at 11:14:52AM +0100, Fulep David wrote:
> Hi, can you help me, what does it mean:
> 
> syntax error at fetch.cgi line 12, near "; }"
> 
> The program code, line 12:
> if (!defined $page=get $url) { die "There was an error getting URL: $url\n"; }
> 
> If I change anything on this line, I will get error messages like this:
> 
> syntax error at fetch.cgi line 12, near "))"
>   (Might be a runaway multi-line )) string starting on line 9)


        It would've been better if you included a little more
        than one line, but the most likely cause is an open
        string on line 9 which you forgot to terminate with a ".

-- 
Ilya Ketris <[EMAIL PROTECTED]>

Reply via email to