[ale] undef problem.

Christopher Fowler cfowler at outpostsentinel.com
Fri Dec 3 09:26:49 EST 2004


Can someone tell me what is wrong with the following code?

$self->{'CONNECTION'}->disconnect();
undef $self->{'CONNECTION'};
print "connection is not undef\n" unless $self->{'CONNECTION'};

It seems that The message it printed out.  



More information about the Ale mailing list