in reply to Running Perl Scripts
You may also want to consider using CGI methods to output you headers and html. I personally prefer HTML::Template, but either will work.print "header1:value1\n"; print "header2:value2\n"; print "header3:value3\n\n";
- Tom
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Running Perl Scripts
by Roger (Parson) on Nov 06, 2003 at 03:37 UTC |