Help for this page

Select Code to Download


  1. or download this
    BEGIN { $^W = 1; }
    use IO::Socket;
    ...
        my $req = shift @_;
        print $s "iBad Request: $! \tfake\t(NULL)\t0" . $/;
    }