On Tue, May 22, 2001 at 10:10:55AM -0500, Garrett Goebel wrote:
> What is UNIVERSAL::can($foo, 'new') going to return if there is a variable
> and/or value property 'new' set on $foo?

undef if there is no "new" method.

> To my knowledge, no one has yet proposed how you can clear a user-defined
> property on a value?

delete $foo.prop{name};

-Scott
-- 
Jonathan Scott Duff
[EMAIL PROTECTED]

Reply via email to