On Thu, 24 Feb 2011 18:35:30 +0000, Simon Wistow wrote:
> I'm idly playing around with some Model type code yesterday wondering
> if
> I could make the delete method *really* delete itself.
>
...
>
> Any other suggestions?
use Acme::Damn;
... then in your package ...
sub delete { damn $_[0] }
.ib