Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Re: Closure on Closures

by BrowserUk (Patriarch)
on Jan 29, 2004 at 08:28 UTC ( [id://324897]=note: print w/replies, xml ) Need Help??


in reply to Re: Closure on Closures
in thread Closure on Closures

is it some special kind of variable on the 10th line of our last example?
10: $::PROGRAM = basename $0;

You don't indicate which of the two variables in that line that you haven't encountered before.

  1. $::PROGRAM

    This is a package global variable in main. $::var is equivalent to $main::var.

    See one of broquaint's other tutorial's Of Symbol Tables and Globs for more information if that was the source of your question.

    The all upper case is a loose convention used to indicate global variables.

  2.  $0

    This is documented in perlvar. Search for the text "$PROGRAM_NAME".

HTH.


Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"Think for yourself!" - Abigail
Timing (and a little luck) are everything!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (7)
As of 2024-04-19 13:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found