Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
        $sock->send( 0 ) if !$resp;
    
    }
    
  2. or download this
    use strict;
    use IO::Socket;
    ...
    
    print $resp, "\n";
    $sock->close();