Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^3: Canon concerning coderef calls?

by NetWallah (Canon)
on Nov 15, 2004 at 20:19 UTC ( [id://407947]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Canon concerning coderef calls?
in thread Canon concerning coderef calls?

Yes - you have understood the sequence correctly.

The relevant document is the "Symbol Table" section of perlmod.

The symbol table for a package happens to be stored in the hash of that name with two colons appended. The main symbol table's name is thus %main::, or %:: for short. ...

Hence "$::" is de-referencing the "%main::" hash, using "$_" as the key. The following parens prvide the "sub" context, and allow the sub to be passed the $_ param.

    Earth first! (We'll rob the other planets later)

Replies are listed 'Best First'.
Re^4: Canon concerning coderef calls?
by jobi (Scribe) on Nov 15, 2004 at 21:50 UTC
    Ah, so that's how it works...

    I didn't realize that the main package was named %main and not $main, so I didn't see the dereference there.

    Thank you for taking the time to explain, and thanks to tmoertel for granting us his wisdom in the first place.

    jobi - a little bit wiser now.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (2)
As of 2024-04-19 20:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found