my $method_ref = __PACKAGE__->can('foo'); print( $method_ref && defined(&$method_ref) ?1:0,"\n");