in reply to Re: •Re: Avoiding global object handle
in thread Avoiding global object handle

So just use a string as the classname!
my $object = 'ThisClass'; ... $object->this; $object->that;

-- Randal L. Schwartz, Perl hacker