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.
Re: (Score:1)
Here's a suggestion that would reconcile both our views:
Make the main module filter-free, using some interface concoction like
multisub( foo => '($bar, $baz)', sub { } );(for demonstration purposes; I know this sucks), then put the filter in an add-on module that lets people writesub foo($bar, $baz) { }if that's what they want.Why have it your way or my way when both are possible?
Reply to This