Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Reflections on “Higher Order Perl” §1.1

by parv (Parson)
on Jun 05, 2009 at 06:45 UTC ( [id://768685]=note: print w/replies, xml ) Need Help??


in reply to Reflections on “Higher Order Perl” §1.1

In your copy of original code, you seems to have a typo ...

sub binary { binary my ($n) = @_; ...

... I was thinking that that might induce infinite recursion. Turns out code refuses to be compiled due to syntax error (and, parentheses are required to be able to cause "Deep recursion" error).

Log In?
Username:
Password:

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

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

    No recent polls found