Help for this page

Select Code to Download


  1. or download this
    # call_another_script.pl
    use strict;
    ...
    for my $arg (@ARGV) {
        print "$arg\n";
    }
    
  2. or download this
    # script_to_cal.pl
    use strict;
    ...
    for my $arg (@ARGV) {
        print "$arg\n";
    }