Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
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 browsing the Monastery: (6)
As of 2024-04-24 03:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found