in reply to Re^2: Malformed Header Error
in thread Malformed Header Error
#!/usr/bin/perl use CGI qw(:standard); use strict; sub printpage(); print header( -type => 'text/html'); printpage(); exit;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Malformed Header Error
by macPerl (Beadle) on Jul 20, 2004 at 10:27 UTC |