in reply to IIS 5.0 perl problem
print "Content-type: text/html\015\012\015\012"; print "<p>start</p>\n""; my $rv = `dir `; if (defined($rv)) { print $rv; } else { print "<p>[$!,$?]</p>\n"; } print "<p>end</p>\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: IIS 5.0 perl problem
by Anonymous Monk on Aug 22, 2009 at 02:50 UTC | |
by ikegami (Patriarch) on Aug 22, 2009 at 03:42 UTC |