On Mon, Mar 07, 2005 at 09:49:04PM -0800, David Storrs wrote:
: Is there a way to find the name of  &?SUB  ?  It would be useful for
: error-logging and -reporting.

$?SUBNAME, I think, unless &?SUB just stringifies to that.  I guess
it's a good question whether &foo should stringify to "foo" or
"&foo" or something else including the signature.  In which case,
&?SUB might stringify to a lot of info, and $?SUBNAME would more
reliably be just the short name.  Maybe we also need a way to get
the long name explicitly.

Larry

Reply via email to