Help for this page

Select Code to Download


  1. or download this
    "            "state" is available only if the "state" feature is enabl
    +ed or
                if it is prefixed with "CORE::". The "state" feature is en
    +abled
                automatically with a "use v5.10" (or higher) declaration i
    +n the
                current scope.
    "
    
  2. or download this
    "Perl v5.100.0 required (did you mean v5.10.0?)--this is only v5.30.0,
    + stopped at bin/zclient line 5."
    
  3. or download this
                  $sock = IO::Socket::INET->new(
                                          PeerPort  => 9999,
    ...
                                          LocalAddr => 'localhost',
                                          Broadcast => 1 )
                                      or die "Can't bind : $@\n";