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

Re: Reflections on “Higher Order Perl” §1.1

by moritz (Cardinal)
on Jun 10, 2009 at 07:57 UTC ( [id://770235]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub binary (0|1 $n) { $n }
    
    ...
       my $E = binary($k);
       return $E ~ $b;
       }
    
  2. or download this
    multi binary ($n where 0|1) { $n }
    
    ...
       my $E = binary($k);
       return $E ~ $b;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (7)
As of 2024-04-24 10:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found