Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^3: Better way to force Inline to use compiled binary instead of C source?

by syphilis (Archbishop)
on Jun 28, 2022 at 01:42 UTC ( [id://11145123]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    --- C.pm_orig   2021-12-20 22:11:48 +1100
    +++ C.pm        2022-06-27 19:27:27 +1000
    ...
             if ($key eq 'FILTERS') {
                 next if $value eq '1' or $value eq '0'; # ignore ENABLE, 
    +DISABLE
                 $value = [$value] unless ref($value) eq 'ARRAY';
    
  2. or download this
    use warnings;
    
    ...
    EOC
    
    foo(42);
    
  3. or download this
    #include "bar.h"
    
    int bar (int in) {
      return in;
    }
    
  4. or download this
    #include "baz.h"
    
    int baz (int in) {
      return in + 1;
    }
    
  5. or download this
    bar: 42
    baz: 43
    

Log In?
Username:
Password:

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

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

    No recent polls found