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

You must be using a heredoc and not be properly ending it.

print<<HTML; Your HTML HTML

Cheers,
KM

Replies are listed 'Best First'.
RE: RE: x 9 Inputing info into Nested Arrays
by She-wolf (Sexton) on Aug 22, 2000 at 00:41 UTC
    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"