in reply to Re^4: optimization - exists should return a reference
in thread optimization - exists should return a reference
These differ. The former would print the value of $foo{bar}, the latter of ${$foo{bar}}.print ${exists $foo{'bar'}}; # ... print ${$foo{'bar'}};
Makeshifts last the longest.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: optimization - exists should return a reference
by LAI (Hermit) on Jan 16, 2003 at 16:11 UTC |