in reply to Re: optimization - exists should return a reference
in thread optimization - exists should return a reference
do {my $tmp = $_ -> {$client}; return $$tmp if $tmp;} for $export_def->{'..client_default_ver +sion'};
But then you have $tmp three times. And you can still leave the sigil off of $client and have strangely behaving code.
Abigail
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: optimization - exists should return a reference
by Aristotle (Chancellor) on Jan 15, 2003 at 17:29 UTC | |
Re: Re: optimization - exists should return a reference
by BrowserUk (Patriarch) on Jan 15, 2003 at 14:31 UTC |