[EMAIL PROTECTED] (Johan Vromans) writes:
> Piers Cawley <[EMAIL PROTECTED]> writes:
>
> > Actually, I'd like to see something similar done to Universal::can
>
> my @methods = $class->can(pattern)
>
> where pattern is a perl pattern matching method names. For a full
> list, use
>
> $clas
Piers Cawley <[EMAIL PROTECTED]> writes:
> Actually, I'd like to see something similar done to Universal::can
my @methods = $class->can(pattern)
where pattern is a perl pattern matching method names. For a full
list, use
$class->can();
or
$class->can(qr/./);
-- Johan
Perl6 RFC Librarian <[EMAIL PROTECTED]> writes:
> This and other RFCs are available on the web at
> http://dev.perl.org/rfc/
>
> =head1 TITLE
>
> Class Methods Introspection: what methods does this object support?
>
> =head1 VERSION
>
> Maintainer: Mark Summerfield <[EMAIL PROTECTED]>
>
This and other RFCs are available on the web at
http://dev.perl.org/rfc/
=head1 TITLE
Class Methods Introspection: what methods does this object support?
=head1 VERSION
Maintainer: Mark Summerfield <[EMAIL PROTECTED]>
Date: 28 Sep 2000
Mailing List: [EMAIL PROTECTED]
Number: 335
Ve