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


in reply to File date

You're expecting the core stat rather than the module File::stat which overrides the core function. Don't import the module (try replacing with use strict instead ;) ) and it should work.

print "Good ",qw(night morning afternoon evening)[(localtime)[2]/6]," fellow monks."