Re: RFC335: Class Method Introspection by Mark Summerfield- January 30, 2001 Hi,I know the process ended some time ago, but I got an email from PeterSchattner who was using the sample code that Piers and I wrote for theRFC and had a suggested improvement. Piers rewrote the sampleimplementation and I tweaked it a tiny bit and so I thought I ought tosubmit it... The code below is runnable and contains the sampleimplementation for UNIVERSAL::methodsMark.---------snip and save as test.pl-------------!usrbinperl -wuse strict;package BaseClass;sub baseclass package...http://www.nntp.perl.org/group/perl.perl6.language.objects/2001/01/msg614.html Somewhat related to returning tied arrayshashes from subs by Branden- January 26, 2001 Hi. I don&39;t know if this was discussed in a thread of this or other list, oreven in a RFC. I looked for it, but I didn&39;t find it. However, it could havebeen discussed. In this case, please tell me where to find it. I have some questions about the new behaviour of returning tiedarrayshashes from subs in perl6. In perl5, what I want could be done withtypeglobs, however it&39;s very ugly. Example: sub whatever my r; tie r, &39;MyTiedArray&39;, _; return r; return.http://www.nntp.perl.org/group/perl.perl6.language.objects/2001/01/msg613.html |