in reply to Re: Printing an element of a list not an array
in thread Printing an element of a list not an array

Note that you can bypass the whole use statement by using -E:

perl -E 'say ((localtime)[1])'