Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Can you create *real* global variables?

by robin (Chaplain)
on Jan 25, 2002 at 23:50 UTC ( [id://141612]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      %% = (foo => 23);
      package xxx;
      print $%{foo};
    
  2. or download this
      ${'@$??!'} = "Weird!\n";
      package SomewhereElse;
      print ${'@$??!'}
    
  3. or download this
      ${^Hello} = "Curious...\n";
      print ${"\bello"};
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-03-29 04:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found