On Wednesday 14 March 2007 07:51:37 [EMAIL PROTECTED] wrote:
> Given the following:
>
> .namespace ['A']
>
> .sub 'find_method' :vtable :method
> say 'find_method!'
> .end
>
> .sub main :main
> $P0 = newclass 'A'
> $P1 = new 'A'
> $P2 = find_method $P1, 'foo'
> .end
>
> the 'find_m
# New Ticket Created by [EMAIL PROTECTED]
# Please include the string: [perl #41826]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=41826 >
Hi,
Given the following:
.namespace ['A']
.sub 'find_method' :vtable :method