Help for this page

Select Code to Download


  1. or download this
    print join " ",(reverse @list);
    
  2. or download this
    # In real use you'd probably want this in a block
    local $, = ' ';
    print (reverse @list);