Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    # untitled1.pl
    ...
    foreach $line (@file) {
            system($line) && die "Can't execute $line: $!";
    }