- or download this
#...
if ($req_method eq 'POST') {
...
}
&RunServer;
1;
- or download this
...
Connection 69 at Fri Nov 11 16:10:53 2005 from 127.0.0.1
...
Connection 70 finished.
Connection 70 closed.
...
- or download this
#!/usr/bin/perl -w
use strict;
...
print H $str . qq|\n|;
close(H);
}