Help for this page

Select Code to Download


  1. or download this
    use Net::SSH qw(sshopen2);
     
    ...
     close(READER);
     close(WRITER);
    }
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
     
    rename "/home/jdoe/test", "/home/jdoe/testnew"
               or print "/home/jdoe not found\n";