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.
Taking inspiration from Perl 6? (Score:1)
In particular, I'm thinking about named parameters: I think that if Perl 5 is going to have them, it would make sense to take the ones that will be in the future version of Perl, just to make transition smooth (for those who want to do the jump) and comprehension quick (for those who want to read both). Moreover, some topics have been probably already analysed, and even if TIMTOWDI... it could be worth to take a look to the neighbor's wheel!
Reply to This
Re: (Score:1)
That's not to say that they're bad, or that they wouldn't work well in Perl 5. They're just a lot more work than starting with
($foo, $bar)and building from there.rjbs