Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: What is %_

by takshaka (Friar)
on May 16, 2000 at 05:25 UTC ( [id://11805]=note: print w/replies, xml ) Need Help??


in reply to What is %_

With the Perl special variables, the entire typeglob is declared (global in package main), even though only one or two types actually may be used by Perl. So you get lots of extraneous globals available, like @*, %_, @@, %%, $INC, etc.

Unless you're writing obfuscated code, it's probably a better idea to create your own lexical variable.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-04-16 14:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found