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
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