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