Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Eliminating "used only once" warnings from List::Util::reduce

by ikegami (Patriarch)
on Jul 31, 2013 at 01:40 UTC ( [id://1047153]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #define PERL_NO_GET_CONTEXT
    #include "EXTERN.h"
    ...
       CV* const reducecv = get_cvn_flags("List::Util::reduce", 18, GV_ADD
    +);
       cv_set_call_checker(reducecv, ck_reduce, &PL_sv_undef);
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1047153]
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: (3)
As of 2024-04-19 19:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found