Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    foreach my $item (@{@ARGV[0..1]}) {
            print "$item\n";
    }
    
  2. or download this
    >perl test.plx a b
    one
    two
    three