Help for this page
open(FILE, "<myfile.txt"); @file = reverse <FILE>; foreach (@file) { #process line }
#!/usr/bin/perl ... close FILE;