in reply to RE: Re: Whither the truth of a tied hash?
in thread Whither the truth of a tied hash?
I even made an AUTOLOAD subroutine, to see if I could trap any other method calls. No luck.my %i = %h; my $c = %i; print "count is $c\n";
|
---|
Replies are listed 'Best First'. | |
---|---|
RE: Whither the truth of a tied hash?
by mojotoad (Monsignor) on Apr 29, 2000 at 01:04 UTC |