Help for this page

Select Code to Download


  1. or download this
    $socks->send('\xa1\xb1\xc1\xd1')
    
  2. or download this
    \xa1\xb1\xc1\xd1\xe1
    \xa2\xb2\xc2\xd2\xe2
    
  3. or download this
    use strict;
    use warnings;
    ...
    while(my $line = <$info> {
      $socks->send($line) or die "Nope, can't send that. $! \n";
    }