in reply to Re: Mini-Tutorial: Working with Odd/Even Elements
in thread Mini-Tutorial: Working with Odd/Even Elements
Does this technique depend on the default "automatic declaration" of $a and $b as package-vars? (it's meant for sort {...})local(*{$caller."::a"}) = \my $a; local(*{$caller."::b"}) = \my $b;
In other words: using $c for map_triples wouldn't be as easy..(?)
Cheers Rolf
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Mini-Tutorial: Working with Odd/Even Elements
by duelafn (Parson) on Jul 10, 2009 at 11:16 UTC | |
by LanX (Saint) on Jul 10, 2009 at 11:46 UTC |