Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
            if ($err) { print "Error: $err\n"; }
            print "Exit code: $exit\n";
    }
    
  2. or download this
    $ cat test.bat
    echo Executing the removal of remote_testfile
    del remote_testfile