Help for this page

Select Code to Download


  1. or download this
    use Socket;
    
    ...
        connect( $fh, $paddr );
        alarm(0);
    };
    
  2. or download this
    use Socket;
    use IO::Socket::Socks;
    ...
        );
    }
    # now reconcile $fh and $s.