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


in reply to Re^2: return more than 1 value
in thread return more than 1 value

perl ~/tmp.pl 1 maps to 2 3 maps to 4 5 maps to null
What's the issue?
print "Good ",qw(night morning afternoon evening)[(localtime)[2]/6]," fellow monks."