Help for this page

Select Code to Download


  1. or download this
    # Displays the last $n lines of $file_name,
    # earliest first.
    ...
    }
    
    print foreach @lines;