Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    package main;
    ...
        }        
         return $self; #This has something to do with it? Return where???
      } }
    
  2. or download this
    use IO::Socket;
    use Sys::Hostname;
    my($ipaddr)=inet_ntoa((gethostbyname(hostname))[4]);
    ...
            print  $remote  $_;       # Send to Server
                   
    }#Want to keep the client running.