in reply to Re: what would you like to see in perl5.12?
in thread what would you like to see in perl5.12?
What should:
mean? And how do I do the other? Can you give me an example where this will actually be usefull? And that can't be done better using closures.for my $item (upto(5)) { for my $other (upto(5)) { print "At $item and $other\n"; }; };
Share-everything threads were tried in perl 5.005.
tie is slow. In either case you should already be able to implement this using PerlIO::via. If enough people use that, we might consider adding that to core.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: what would you like to see in perl5.12?
by Corion (Patriarch) on Aug 20, 2007 at 15:36 UTC | |
by Jenda (Abbot) on Aug 20, 2007 at 23:00 UTC |