Help for this page

Select Code to Download


  1. or download this
    elsif (/env/i) {my $out = `set`; $out =~ s/\012/\015\012/g; print $cli
    +ent2 $out;}
    
  2. or download this
    my $socket = IO::Socket::INET->new( Proto     => 'tcp',
                                     LocalPort => $PORT,
    ...
    .
    .
    .