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

Re: How to understand chapter 6 of Higher Order Perl?

by BrowserUk (Patriarch)
on Mar 13, 2014 at 08:36 UTC ( [id://1078136]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    sub promise(&) { $_[0] };;
    ...
    ...
    $later->();; ## or just &$later;;
    Keeping my
    
  2. or download this
    sub countFromBy{ my( $from, $step ) = @_; return promise{ $from += $st
    +ep } };;
    ...
    ...
    139
    141
    143
    

Log In?
Username:
Password:

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

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

    No recent polls found