Front page | perl.beginners |
Postings from April 2002
RE: file handles in cgi
Thread Previous
From:
David Gray
Date:
April 3, 2002 06:33
Subject:
RE: file handles in cgi
Message ID:
000e01c1db1c$86e16450$7800a8c0@3b2.com
> > this is the perl script : abc.pl(say) -- this is in my cgi-bin...
> >
> > #!/usr/bin/perl
> > print "content-type: text/html\n\n";
>
> You need to print html headers when you're printing to a browser, i.e.
>
> print "Content-type:text/html\n\n";
>
> -dave
I must be blind this morning... Capitalization might matter, though
*shrug*
-dave
Thread Previous