Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
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 romping around the Monastery: (4)
As of 2024-04-19 15:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found