Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    my $fh     = IO::Socket::INET->new($server) or die "Error: $!";
    my $line   = <$fh>;
    print $line;
    
  2. or download this
    
    C:\Documents and Settings\admin\Desktop\Scripts>perl network.pl mail.h
    +otmail.com:smtp
    Error: Unknown error at network.pl line 8.
    
    C:\Documents and Settings\admin\Desktop\Scripts>