NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Type frenzy (Score:1)
I really like the type capture stuff. That is really nice.
What about the 'return'. I've seen it has been implemented, but not really mentioned anywhere besides the changelog for parrot. Has it been in for a while?
Reply to This
Re: (Score:1)
As far as I'm aware, it isn't a full implementation of return, because it doesn't handle multi-value returns just yet (but that may have changed - I don't manage to read every single commit!) But it's certainly good to have some return support, anyway, and the rest will come probably in the not too distant future.
And yes, I like the type capturing th