Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^3: Variables and Scope: The battle begins

by GrandFather (Saint)
on Dec 12, 2013 at 07:57 UTC ( [id://1066774]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    doit(1, 2, 3);
    againSam(1, 2, 3);
    ...
        
        print "<@values>\n";
    }
    
  2. or download this
    <1 2 3>
    <1 2 3>
    <>
    <>
    
  3. or download this
    sub andAgain ($);
    
    ...
        
        print "<@values>\n";
    }
    
  4. or download this
    <3>
    <1 2 3>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (1)
As of 2024-04-25 03:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found