Help for this page

Select Code to Download


  1. or download this
    $conn = new IO::Socket::Socks
           (ProxyAddr   => '127.0.0.1',
            ProxyPort   => 4001) || die "$!\n";
    
  2. or download this
    my $ip = NetPacket::IP->('');
    
  3. or download this
    $ip->{ver} = 4;
    ...