[plug] Perl Query...

Colin Muller colin at durbanet.co.za
Wed Jan 31 11:31:47 WST 2001


Trevor Phillips wrote:
> eg; If I have a variable bink which has the value bill ($bink = "bill"), such
> that I want to call subroutine bill using bink in module Fred, how would I do
> it??

use Fred;
$f = Fred->new();
$f->$bink;

Colin



More information about the plug mailing list