Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Near-free function currying in Perl

by Jenda (Abbot)
on Nov 17, 2004 at 20:55 UTC ( [id://408577]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $fun = foo( 1, 2, ...);
    # or using your example
    ...
            logger => log_to_handle( *STDERR, "app-server", ...),
            other_option => 5,
        );
    
  2. or download this
    package Curry::Dots;
    use Filter::Simple;
    ...
        };
    
    1;
    
  3. or download this
    use strict;
    use Curry::Dots;
    ...
    
    my $f5 = Obj->method(55,...);
    $f5->(22);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-23 20:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found