Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Where is implementation of $0 in Perl source code

by ikegami (Patriarch)
on May 27, 2015 at 21:03 UTC ( [id://1128071]=note: print w/replies, xml ) Need Help??


in reply to Where is implementation of $0 in Perl source code

The implementation of caller is found here.

The code called after you store a value in $0 is found here.

The code called before you fetch the value of $0 is a no-op.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-19 03:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found