Headmaster
Technical User
Hi
I'm learning this CGI Perl stuff. Is their any way to get output from a script without using:
print header, start_html('test'),"text",end_html;
I have a line similar to that in my script. If I comment it out, the script 'blows up'. If it's left in, then it all seems to work fine.
Thanks for the advice!
Scott
I'm learning this CGI Perl stuff. Is their any way to get output from a script without using:
print header, start_html('test'),"text",end_html;
I have a line similar to that in my script. If I comment it out, the script 'blows up'. If it's left in, then it all seems to work fine.
Thanks for the advice!
Scott