Help for this page
#!/usr/bin/perl use warnings; use strict; ... foreach my $item (@ARGV) { print "$item was found in \@ARGV\n"; }