Home : General : Perl Programming :

General: Perl Programming: .: Edit Log

Here is the list of edits for this post
.
Not that I have tried it, but can't you use CGI to do this?

use CGI;

$| = 1;
my $q = new CGI;

print $q->header(-nph=>1);

or something like that, I read while figuring this out myself


http://www.iuni.com/...tware/web/index.html
Links Plugins

Last edited by:

Ian: Oct 18, 2002, 8:50 AM

Edit Log: