#!/usr/bin/perl -w use strict; use warnings; open FILE, "<".$ARGV[0]; my @LINES = <FILE>; for(my $i = scalar(@LINES) - 1; $i >= 0; $i--) { print $LINES[$i]; }
Your email address will not be published. Required fields are marked *
Name *
Email *
Website
Comment
You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>