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.
return should do what I mean (Score:1)
a scalar. I couldn't understand why I wasn't
getting a reference to the array.
Re:return should do what I mean (Score:2)
That's actually the default behavior in Perl 6. You're jumping the gun :)
Jumping the gun Re:return should do what I mean (Score:1)
use feature :scalar_sort;" should allow "return sort {f} @A" to morph to "return [sort {f} @A]" in scalar context ?undefstill seems safestBill
# I had a sig when sigs were cool
use Sig;
Reply to This
Parent