|
|
| go ahead... be a heretic | |
| PerlMonks |
Re: qw() and lists of listsby davido (Bishop) |
| on Mar 13, 2013 at 22:07 UTC ( #1023306=note: print w/ replies, xml ) | Need Help?? |
|
One way is with pairwise.
Update, correction: pairwise accepts a block and two lists. Doh! What I was really after was the natatime function (also in List::MoreUtils):
But frankly, the premise bugs me. It seems silly to jump through coding hoops and a runtime loop just to avoid typing [ 1,2 ], into the source code, in favor of qw( ... ). It doesn't improve code clarity, and doesn't improve code efficiency. Thanks kcott for noticing and pointing out to me my mistakes. My defense: The two year old was throwing a fit while I typed the original solution. I think a screaming 2-year-old is probably more of a cognitive impairment than a few stiff drinks... but since I don't drink I'm probably not qualified to make the comparison. Dave
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||