Help for this page
perl -v ... Copyright 1987-2004, Larry Wall (...)
for my $entry (@files) { # @files contains the files I want to lo +ok at next if -z $entry; my $size = -s $entry; # more code