Help for this page
my $searchpath="/usr/storage"; print "Here are the contents of the chosen search path\n"; sle +ep 2; ... foreach my $file (@files) { print $file . "\n"; }
/usr/storage (top level directory) location1 (this is a directory) ... afile afile1 afile2