in reply to Re^3: using foreach with a regexin thread using foreach with a regex
$ perl -wE 'sub for {say "Hello"} &for' Hello $ perl -wE 'sub foreach {say "Hello"} &for' Undefined subroutine &main::for called at -e line 1. [download]