Help for this page
my @dirs = qw#/usr /tmp Kitten.gif /sys /var/run /nonexistent /root#; @dirs = map { ... } @dirs; print "\nThe following are valid: @dirs\n";
`Kitten.gif' is not a directory `/nonexistent' is not a directory The following are valid: /usr /tmp /sys /var/run /root