Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Static Variables in Perl

by herveus (Prior)
on Mar 30, 2006 at 20:51 UTC ( [id://540275]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    package A;
    ...
    print $A::knob1, "\n";
    print \$A::knob1, "\n";
    print \$B::knob1, "\n";
    
  2. or download this
    
    b knob1
    SCALAR(0x10062530)
    SCALAR(0x10065230)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (2)
As of 2024-04-24 15:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found