Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Hi Monks could you pls help Perl dummy user

by roboticus (Chancellor)
on Dec 17, 2014 at 01:38 UTC ( [id://1110585]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    funky(0);
    monkey(0);
    
  2. or download this
    $ perl recurse.pl
    funkybefore recurse: count=0, str1=0
    ...
    monkey  after recurse:  count=2, str=8
    monkey after recurse:  count=1, str=4
    monkeyafter recurse:  count=0, str=0
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (6)
As of 2024-04-16 06:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found