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


in reply to Re: The day of today
in thread The day of today

print "Today is day @localtime[3].";

Doesn't your perl warn like

Scalar value @localtime[3] better written as $localtime[3]

? You should do it ;-)

-- Frank