Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    my @list = qw (first    second    third    fourth    fifth    sixth   
    + seventh    eigth    ninth    tenth);
    
    print (reverse (@list));
    
  2. or download this
    use strict;
    
    my @list = qw (first    second    third    fourth    fifth    sixth   
    + seventh    eigth    ninth    tenth);
    
    print (reverse (@list) . " ");