Help for this page
#!/usr/bin/perl use strict; ... foreach my $file (@files) { print "$file\n"; }
$ perl myls.pl /home