http://qs321.pair.com?node_id=851892


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

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^3: return more than 1 value
by Utilitarian (Vicar) on Jul 29, 2010 at 09:21 UTC
    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."