Help for this page

Select Code to Download


  1. or download this
     print "Enter your data and then it will print out in reverse order.\n
    +";
    
    ...
    
     @input=reverse(@input);
     print(@input);