Re: RFC335: Class Method Introspection

2001-01-30 Thread Mark Summerfield
Hi, I know the process ended some time ago, but I got an email from Peter Schattner who was using the sample code that Piers and I wrote for the RFC and had a suggested improvement. Piers rewrote the sample implementation and I tweaked it a tiny bit and so I thought I ought to submit it... The co

Re: RFC 254 (v1) Class Collections: Provide the ability tooverload classes

2000-09-29 Thread Mark Summerfield
35 (v1): Class Methods Introspection: what methods does this object support? > #next if $_ eq speak; > next if defined \&$_; > eval "sub $_ { return &Frog::Frog::$_ @_ }"; >}; [snip] _______ Mark Summerfiel