I think it should've been: print <<"End_table";
...
End_table
Then the quotations marks prevent confusion.
"." wrote:
>
> I figured it out... sort of. It seems that perl confused the line:
>
> print <<End_table;
> ...
> End_table
>
> with a call to the end_table() method. I changed it to:
>
> print <<End_of_the_table;
> ...
> End_of_the_table
>
> And I think it works, or it will when I get the images into the correct
> directory.
>
> ----- Original Message -----
> From: "Barrie Heck" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, August 04, 2001 9:38 PM
> Subject: Re: Basic Display of CGI generated HTML
>
> > Have you tried putting in the <!DOCTYPE HTML><HTML> tags at the beginning
> of
> > the html code </HTML> at the end. Maybe add BODY tags as well, and some
> > HEAD tags if you want a title etc. That's the only thing I could see at a
> > quick glance.
> >
> > Baz
> > ----- Original Message -----
> > From: "." <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>; "Beginners-Cgi (E-mail)"
> <[EMAIL PROTECTED]>
> > Sent: Sunday, August 05, 2001 1:57 PM
> > Subject: Re: Basic Display of CGI generated HTML
> >
> >
> > > There arn't any, because it doesn't need them.
> > >
> > > ----- Original Message -----
> > > From: <[EMAIL PROTECTED]>
> > > To: "." <[EMAIL PROTECTED]>
> > > Sent: Saturday, August 04, 2001 3:23 AM
> > > Subject: Re: Basic Display of CGI generated HTML
> > >
> > >
> > > > Where are the subs?
> > > >
> > > >
> > > > > Why does the attached script return nothing? The only active
> > > > code is
> > > > > similar to the code for the first example in the blue llama
> > > > book. It should
> > > > > display the table with the specified images (not included,
> > > > sorry). Instead,
> > > > > it just returns a blank screen, and no errors reported in the
> > > > error log.
> > > > > What am I missing? I've been over it several times, but I
> > > > don't see
> > > > > anything. The only thing that diverges from the book is that
> > > > I'm using the
> > > > > "here" tag for a table, instead of the whole page.
> > > > >
> > > > > Also, is there a better way to display tables? Maybe, it will
> > > > work if I get
> > > > > it down to just Perl with no HTML code.
> >
> >
> >
> > --
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
--
New IRC network dedicated to democracy.
http://www.afreeirc.net/
irc.AFreeIRC.Net
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]