On Tue, 26 Feb 2002, Scot Robnett wrote:
> What typically causes the following type of error in a CGI?
> -----------------------------------------------------------
> Use of uninitialized value in concatenation (.) 
> at D:\inetpub\whatever\census\myscript.cgi line 272.
> -----------------------------------------------------------
>       
> 
> Line 272 is simply this:
> -----------------------------------------------------------
> 272 print <<"END_OF_HTML";
> # some HTML here (line 273)
> # some more HTML here (line 274)
> # blah blah blah (etc.)
> END_OF_HTML 
> -----------------------------------------------------------
Scott:

I'm just shootin' from the hip, but I don't think that...

1. the beginning token should be enclosed in quotes, or that
2. there should be a semi-colon after the first token.

For more info, check `perldoc -q HERE documents`. (It's a ways down the 
page...)

-- 
Eric P.
Los Gatos, CA


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

Reply via email to