At 05:36 PM 07/19/2001 -0400, bc wrote:
>now this???
>
>Can't find string terminator "end_of_page" 
>anywhere before EOF at customgame.pl line 27. 

Here-doc syntax is very touchy. The problem is that your heredoc terminator
string is NOT on a line by itself. This means any whitespace after the
terminator string as well.

Make sure that your heredoc terminator is the ONLY thing on that line.

HTH. Aloha
mel

--
mel matsuoka                      Hawaiian Image Productions
Chief Executive Alphageek                (vox)1.808.531.5474
[EMAIL PROTECTED]                    (fax)1.808.526.4040
                     

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

Reply via email to