Help for this page
a: for(@infiles) { b: $_ =~ s/^(\.|\.\.)$//; c: if (-d $_) {
#!/usr/bin/perl -w ... print " $_\n"; }