Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Parent Subroutine

by Herkum (Parson)
on Apr 27, 2010 at 16:30 UTC ( [id://837142]=note: print w/replies, xml ) Need Help??


in reply to Parent Subroutine

Better to use Carp for tracing a call stack than caller.

Replies are listed 'Best First'.
Re^2: Parent Subroutine
by doug (Pilgrim) on Apr 27, 2010 at 18:42 UTC

    If you only want one layer back, use carp(). And if you want the whole call stack, use cluck(). But if you want anything in between, you need to build it yourself with caller().

    - doug

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://837142]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (8)
As of 2024-04-18 16:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found