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.
Hook::LexWrap (Score:2)
In Hook::LexWrap [cpan.org], you can make the pre-hook sub return prematurely, instead of going on to running the real, original sub. You do that by assigning a return value to the extra parameter that it gets. See Short-circuiting and long-circuiting return values [cpan.org]
Sub::Delete (Score:1)