I mention this because your second observation has an off-by-one in it. The odds of an off-by-one can be reduced, though, by:
since that removes an inequality that people may miswrite. An even cleaner solution is offered by tye at mapcar -- map for more than one list.foreach my $i (0..$#filenames) { # ... }
In reply to Observation 2 illustrates a danger
by tilly
in thread compilation errors???
by maddfisherman
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |