in reply to Re: Passing hash references into subs
in thread Passing hash references into subs

The original code should work fine. Try this example:
my $hashref = {'name' => 'Homer'}; print "$hashref->{'name'}\n";

-- Mike

--
just,my${.02}