2009年5月30日星期六

[PerlChina] Re: 请问如何在AUTOLOAD里得到方法名?

就是这个,但是我试过好像不行,用的是perl5.10,而且这是个global变量,用起来比较不方便

________________________________________
From: perlchina@googlegroups.com [mailto:perlchina@googlegroups.com] On Behalf Of Zhou Wei
Sent: Saturday, May 30, 2009 3:40 PM
To: perlchina@googlegroups.com
Subject: [PerlChina] Re: 请问如何在AUTOLOAD里得到方法名?

指这个么?

perldoc perlsub

Autoloading:
The fully qualified name of the original subroutine magically appears in the global $AUTOLOAD variable of the same package as the "AUTOLOAD" routine.

2009/5/30 Luo, Yong <Yong.Luo@acs-inc.com>

大家好,

 最近尝试用perl做AOP,但是发现在一个对象里调用一个不存在的方法时AUTOLOAD只能拦截到参数但是得不到方法名,请问有没有方法能在AUTOLOAD里获取到调用的方法的名字?或者有没有其他的方法能把被调用的方法拦截下来?

 多谢了。






--~--~---------~--~----~------------~-------~--~----~
您收到此信息是由于您订阅了 Google 论坛"PerlChina Mongers 讨论组"论坛。
要在此论坛发帖,请发电子邮件到 perlchina@googlegroups.com
要退订此论坛,请发邮件至 perlchina+unsubscribe@googlegroups.com
更多选项,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问该论坛
-~----------~----~----~----~------~----~------~--~---

没有评论: