Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^2: Martin Brown book page 33

by jhourcle (Prior)
on May 16, 2006 at 15:29 UTC ( [id://549801]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @args = (2,3,first,second);
    print @args;
    
  2. or download this
    foreach ( &func1, &func2 ) { print "Looping : $_"; }
    
    sub func1 { print "func1 called\n"; return "func1 return val\n"; }
    sub func2 { print "func2 called\n"; return "func2 return val\n"; }
    

Log In?
Username:
Password:

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

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

    No recent polls found