Help for this page

Select Code to Download


  1. or download this
    use IO::Socket;
    use Storable;
    ...
    
        close $conn;
    }
    
  2. or download this
    use IO::Socket;
    
    ...
    
        print "found '$input' in lexicon\n" if $reply eq "FOUND\n";
    }