Trevor Phillips wrote: > Still, I'd be curious if there's a way of doing Class::$bink(@args) which > doesn't pass the obj/module... Try this: use Fred; my $method = 'bill'; my $call = 'Fred::' . $method $call->($arg); Colin