Help for this page

Select Code to Download


  1. or download this
    screwed $_;
    
  2. or download this
    screwed "$_";
    
  3. or download this
    map {function($_)} @array;
    
  4. or download this
    @result_set = map {function($_)} @array
    
  5. or download this
    foreach (@array) {sub_without_meaningful_return($_)}