why would you want that? 'use Carp' does something like that, but I think it
actually crawls up the stack.

> -----Original Message-----
> From: Balint, Jess [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 23, 2002 1:11 PM
> To: '[EMAIL PROTECTED]'
> Subject: Sub Name
> 
> 
> Hi all. Is there a way to get a subroutine name into a string? Thanks.
> Jess
> 
> sub jess{ }
> 
> sub name{
>       $subref = shift;
>       print $subref;
> }
> 
> name( \&jess );
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

----------------------------------------------------------------------------
--------------------
The views and opinions expressed in this email message are the sender's
own, and do not necessarily represent the views and opinions of Summit
Systems Inc.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to