in reply to RE: RE: RE: RE: RE: RE: Re: Inputing info into Nested Arrays
in thread Inputing info into Nested Arrays

Have you had a problem with:
Can't find string terminator "HTML" anywhere before EOF at database.cgi line 135. ?

She-wolf
"Wha? I don't get it."

  • Comment on RE: RE: RE: RE: RE: RE: RE: Re: Inputing info into Nested Arrays

Replies are listed 'Best First'.
RE: x 9 Inputing info into Nested Arrays
by KM (Priest) on Aug 22, 2000 at 00:25 UTC
    You must be using a heredoc and not be properly ending it.

    print<<HTML; Your HTML HTML

    Cheers,
    KM

      print<<HTML; <HTML><HEAD><TITLE>Add a Record</TITLE></HEAD> <BODY BGCOLOR="#FFFFFF"> <CENTER><FONT SIZE=5 FACE="ARIAL"> Add a Record </FONT></CENTER> <P> <FORM ACTION="$form_action?$config" METHOD=POST> <CENTER><TABLE BORDER=1 CELLSPACING=0> HTML

      She-wolf
      "Wha? I don't get it."

        Make sure there is no trailing space on the last line - the "HTML"
RE: RE: RE: RE: RE: RE: RE: RE: Re: Inputing info into Nested Arrays
by MadraghRua (Vicar) on Aug 27, 2000 at 00:07 UTC
    Actually, no I haven't. Could you please send me the top part of your database file and I'll look at it on my own system. This will probably be a bit faster. Just make sure that you include your header fields...

    kpclancy@hotmail.com

    MadraghRua
    yet another biologist hacking perl....

RE: RE: RE: RE: RE: RE: RE: RE: Re: Inputing info into Nested Arrays
by MadraghRua (Vicar) on Aug 27, 2000 at 00:10 UTC
    Two other questions - what is your OS and what version of Perl are you using? If you're using Windows, which one and what type of perl - ActiveState?

    MadraghRua
    yet another biologist hacking perl....