Help for this page

Select Code to Download


  1. or download this
    Attempt to free non-existent shared string 'io_socket_type', Perl inte
    +rpreter: 0x84972e0 during global destruction.
    Attempt to free non-existent shared string 'io_socket_proto', Perl int
    +erpreter: 0x84972e0 during global destruction.
    Attempt to free non-existent shared string 'io_socket_domain', Perl in
    +terpreter: 0x84972e0 during global destruction.
    Attempt to free non-existent shared string 'io_socket_timeout', Perl i
    +nterpreter: 0x84972e0 during global destruction.
    
  2. or download this
    package sshConnector;
    
    ...
    }
    1;
    
  3. or download this
    use sshConnector;
    
    ...
    
    $thr2->join();
    print "Second thread over\n";