in reply to Re: storing variable names in an array
in thread storing variable names in an array

Perldoc perlref specifically asks you not to call them "soft references". They're symbolic references. Just like in unix, you have hard links and symbolic links (symlinks).

  • Comment on Re^2: storing variable names in an array