http://www.perlmonks.org?node_id=1063009


in reply to Re^5: Quick Question - Append File at Beginning?
in thread Quick Question - Append File at Beginning?

Right you are afoken.

My bad. I'm afraid I had an incorrect association in my head. I had viewed a couple of mailboxes in the past, and somehow remembered that new entries were pushed to the top of the stack. I imagine my *incorrect* recollection stems from the fact, my reader sorts the order *reversed*.

Thanks for the correction, afoken.

Next time, I'll take the time to confirm my thoughts before posting them. :P

--Chris

#!/usr/bin/perl -Tw
use Perl::Always or die;
my $perl_version = (5.12.5);
print $perl_version;