Delete *really* means delete

Simon Wistow simon at thegestalt.org
Thu Feb 24 22:25:42 GMT 2011


On Thu, Feb 24, 2011 at 11:26:53AM -0800, Yitzchak Scott-Thoennes said:
> rebless to a class that has an AUTOLOAD that croaks (or confesses)?

*cough*

>From the original mail

> Other suggestions were reblessing $self into 'DEAD' and then having                                                          
>                                                                                                                              
> package DEAD;                                                                                                                
> use Carp qw(confess);                                                                                                        
> sub AUTOLOAD { confess "This object is dead" }                                                                               
>                                                                                                                            
> 1;   


:)





More information about the london.pm mailing list