Help for this page

Select Code to Download


  1. or download this
    #! c:/perl/bin/perl.exe
    use strict;
    ...
    
  2. or download this
    #! c:/perl/bin/perl.exe
    use strict;
    ...
    my $Sock = IO::Socket::INET->new('149.149.149.149',80) or die "Cannot 
    +connect $@\n";
    
    $Sock->read(my $data, 1024) until $Sock->atmark;
    
  3. or download this
    C:\Scripts>ESX_conn.pl
    Cannot connect IO::Socket::INET: Cannot determine remote port