![]() |
|
Welcome to the Monastery | |
PerlMonks |
Re^3: Adding scalars but with a twist..by Jenda (Abbot) |
on Feb 13, 2005 at 20:36 UTC ( #430626=note: print w/replies, xml ) | Need Help?? |
I guess some heavy refactoring is needed then. Should not be that hard to search&replace all the /\$Sel(\d+)Ttl\b/ with "$SelTtl\[$1]". Of course you should then go and replace those insane $Sel1Ttl + $Sel2Ttl......$Sel80Ttl, by sum(@SetTtl) (from List::Util), but that's something that can wait if necessary. Jenda
In Section
Seekers of Perl Wisdom
|
|