Help for this page

Select Code to Download


  1. or download this
    $| ++;
    use IO::Socket;
    ...
    print $handle $line;
    $line = <$handle>;
    print $line;
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    print $socket "\n\nYou chose option $cmd!!!!!!\n\n";
    load_interface();
    }