Help for this page

Select Code to Download


  1. or download this
    Can't store GLOB items at blib/lib/Storable.pm (autosplit into blib/li
    +b/auto/Storable/_freeze.al) line 180, <GEN1> line 1, at /usr/lib/perl
    +5/site_perl/5.6.1/IPC/Shareable.pm line 523
    
  2. or download this
    use IPC::Shareable;
    use IO::Socket;
    ...
      print $client "$msg\n";
      close($client);
    }