http://bbs2.chinaunix.net/viewthread.php?tid=973060 这有flw老大的一篇解释.
On 11月6日, 下午2时24分, Fangyuan <[email protected]> wrote: > 遇到一行代码: > my %p = @_; > return $p{table}->name . '_t' if $p{type} eq 'table'; > 这里的->,如果是调用模块里的一个函数,经常会这样用,在这里是什么意思呢? > 我查过资料,说是反引用操作符,但没有具体的说明。 > 希望高手能解释一下,谢谢! --~--~---------~--~----~------------~-------~--~----~ 您收到此信息是由于您订阅了 Google 论坛“PerlChina Mongers 讨论组”论坛。 要在此论坛发帖,请发电子邮件到 [email protected] 要退订此论坛,请发邮件至 [email protected] 更多选项,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问该论坛 -~----------~----~----~----~------~----~------~--~---
