Help for this page

Select Code to Download


  1. or download this
    print map {$i++ & 1 ? "" : "$_ "} reverse split(/ /);
    
  2. or download this
    $,=" ";
    print grep { $i^=1 } reverse split(/ /);