Date: Thu, 25 Jul 2002 08:38:51 -0400 (EDT) From: Stephen Reppucci <[EMAIL PROTECTED]>
if (Foo->can('bar')) {
print "Yep, can bar\n";
} else {
print "Nope, can't bar\n";
}
Forgot about "can". That'll work. Thanks.
--kag
Date: Thu, 25 Jul 2002 08:38:51 -0400 (EDT) From: Stephen Reppucci <[EMAIL PROTECTED]>
if (Foo->can('bar')) {
print "Yep, can bar\n";
} else {
print "Nope, can't bar\n";
}
Forgot about "can". That'll work. Thanks.
--kag