in reply to Re: Non-CGI perl scripts on a web server?
in thread Non-CGI perl scripts on a web server?
The other way to out put a header would be:
use CGI; my $header = new CGI; print $header->header();
I hope this helps
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Non-CGI perl scripts on a web server?
by Your Mother (Archbishop) on Feb 24, 2015 at 01:25 UTC | |
|
Re^3: Non-CGI perl scripts on a web server?
by mr_mischief (Monsignor) on Feb 24, 2015 at 17:39 UTC |