From: "Balint, Jess" <[EMAIL PROTECTED]> > 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 );
Well, yes. You could search through the namespaces. But it's gonna be slow. Why do you want that? Jenda =========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ========== There is a reason for living. There must be. I've seen it somewhere. It's just that in the mess on my table ... and in my brain I can't find it. --- me -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]