foreach(@instances) { screwed "$_"; }; #### map { screwed "$_"; } @instances; #### screwed "$_" for @instances;