Help for this page

Select Code to Download


  1. or download this
    foreach(@instances) { screwed "$_"; };
    
  2. or download this
    map { screwed "$_"; } @instances;
    
  3. or download this
    screwed "$_" for @instances;