Help for this page
foreach(@instances) { screwed "$_"; };
map { screwed "$_"; } @instances;
screwed "$_" for @instances;