Help for this page
open(FILE,'/var/adm/messages'); my @arr = (<FILE>); print reverse(@arr);
open(FILE,'/var/adm/messages'); print reverse(<FILE>);