Help for this page

Select Code to Download


  1. or download this
    open( IN, "file" );
    @lines = <IN>;
    close IN;
    
    print reverse @lines;