http://www.perlmonks.org?node_id=27359


in reply to RE: luke_repwalker.pl
in thread luke_repwalker.pl

You said:
> I thought maybe my older version of Perl > (5.00404) might not be able to handle the > foreach after the statement. Maybe?
You've got it. That syntax was introduced later.

Just change them to

foreach VAR (LIST) BLOCK
format.