my $does = bless {}, 'Test'; my $it = 'test'; my $answer = $does->$it('work?'); print $answer, "\n"; package Test; sub test { return 'Sure'; }
--
Ilya Martynov
(http://martynov.org/)
In reply to Re: Re: Re: Re: Re: Module Data Dump.
by IlyaM
in thread Module Data Dump.
by dakedesu
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |