Re: RFC 335 (v1) Class Methods Introspection: what methods does this object support?

2000-10-02 Thread Piers Cawley
[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

Re: RFC 335 (v1) Class Methods Introspection: what methods does this object support?

2000-09-29 Thread Johan Vromans
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

Re: RFC 335 (v1) Class Methods Introspection: what methods does this object support?

2000-09-29 Thread Piers Cawley
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]> >

RFC 335 (v1) Class Methods Introspection: what methods does this object support?

2000-09-28 Thread Perl6 RFC Librarian
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