in reply to Re: Re: (jeffa) Re: Partial extractions on hashes
in thread Partial extractions on hashes
You're right, the code says
but the text says:if(!exists $is_acct{$usershare}){
"3. Then I am trying to compare all of the values in @dirs against the values in %is_acct for a partial match."
So I think he wants to match the values in the hash and not the keys.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: (jeffa) Re: Partial extractions on hashes
by OzzyOsbourne (Chaplain) on May 11, 2001 at 19:45 UTC |
In Section
Seekers of Perl Wisdom