in reply to Re: •Re: Avoiding global object handlein thread Avoiding global object handle
my $object = 'ThisClass'; ... $object->this; $object->that; [download]
-- Randal L. Schwartz, Perl hacker