Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

The difference between my and local

by cLive ;-) (Prior)
on Jul 05, 2001 at 08:12 UTC ( [id://94007]=perltutorial: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $a = 3.14159;
    {
    ...
    In block, $::a = 3
    Outside block, $a = 3.14159
    Outside block, $::a = 3.14159
    
  2. or download this
    $a = 3.14159;
    {
    ...
    In block, $::a = 3.14159
    Outside block, $a = 3.14159
    Outside block, $::a = 3.14159
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-03-29 01:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found