Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

RE: What is %_

by lhoward (Vicar)
on May 16, 2000 at 02:13 UTC ( [id://11761]=note: print w/replies, xml ) Need Help??


in reply to What is %_

Scanning through the perl 5.6 source-code I found some interesting hints, but no direct evidence as to %_ real purpose.

from /ext/Opcode/Safe.pm

By default, the only variables shared with compartments are the "underscore" variables $_ and @_ (and, technically, the less frequently used %_, the _ filehandle and so on).
perlguts has the following mention
    L        (none)              Debugger %_<filename
    l        vtbl_dbline         Debugger %_<filename element

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-26 06:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found