Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
    exec method called from thread: 0
    exec method called from thread: 1
    exec method called from thread: 0
    
  2. or download this
    use threads;
    use Net::SSH2;
    ...
    }->detach;
    
    ...