Help for this page
#!/usr/bin/perl -w # vim:ft=perl:ts=4:sw=4:et:is:hls:ss=10: ... printf "About to call system('%s') ...\n", $the_cmd; my $rc = system( $the_cmd ); printf "Return code from system() call was %d (0x%04X)\n", $rc, $r +c;
@echo off ... goto :eof rem vim:ft=dosbatch:ts=2:sw=2:et:is:hls:ss=10: