Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    close(CMD) or die "close CMD failed: $!";
    
    exit 0;
    
  2. or download this
    #!perl 
    
    ...
    die "Can't put file: $!\n" unless 
    $sftp->put($local, $remote);
    close $local;
    
  3. or download this
    perl Makefile.PL machine=none
    make install