Help for this page
my @dirs = ('/path/to/dir1', '/some/other/path/to/dir2', '/dir3'); for my $dir (@dirs) { ... }
my @dirs = map { sprintf 'abc_%03d', $_ } 1 .. 100;
for my $i (0 .. $#dirs) { my $dir = $dirs[$i]; ... }
www.com | www.net | www.org
Cold Temperate Warm Hot Other
Results (73 votes). Check out past polls.