Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Removeing Unecessary Recursion

by ikegami (Patriarch)
on Oct 18, 2004 at 04:49 UTC ( [id://400060]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub cleverGuess {
       my( $lower, $higher ) = @_;
    ...
    
       cleverGuess($lower, $higher);
    }
    
  2. or download this
    sub cleverGuess {
       my( $lower, $higher ) = @_;
    ...
          }
       }
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://400060]
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 09:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found