in reply to
localtime array slice problem
print @{[localtime]}[1,3];
or
print ((localtime)[1,3]);
Comment on
Re: localtime array slice problem
Select
or
Download
Code
In Section
Seekers of Perl Wisdom