in reply to
How to read zipped file in perl
Try escaping the hash...
print Dumper(\%result);
print "Good ",qw(night morning afternoon evening)[(localtime)[2]/6]," fellow monks."
Comment on
Re: How to read zipped file in perl
Select
or
Download
Code
In Section
Seekers of Perl Wisdom