Help for this page

Select Code to Download


  1. or download this
    while (<*>) {
        $o = $_;
    ...
        print "$cmd\n";
        system($cmd) == 0 or die "$cmd: failed with status $?";
    }
    
  2. or download this
    use strict;
    use warnings;