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.
Lovely! (Score:2)
-Dom
Re:Lovely! (Score:1)
Nice. I guess it’s worthy of being put on CPAN, after all. I’ll steal the attribute idea as that makes it much easier to use with named subs, but I still want the subref interface available for building anonymous ones.
Now I just need to think of a good name –
shortcuttedis fine for an off-the-cuff function, but it doesn’t meet my standards for something on CPAN…Reply to This
Parent
Re:Lovely! (Score:2)
As to still wanting to do Subrefs, I think that you should be able to use Attributes with them as well. But I have no idea how, I'll need to play with that.
-Dom