in reply to Re^3: Perl Style: Is initializing variables considered taboo?
in thread Perl Style: Is initializing variables considered taboo?
Though the localtime example is artificial, I rarely do anything with list-context localtime(), anymore, other than feed it into Posix::strftime().($a, $b)= @array[1,3]; my ($minutes, $hours) = (localtime())[2,3]
--
TTTATCGGTCGTTATATAGATGTTTGCA
|
|---|