Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^5: External (extra) files when using Inline::CPP

by syphilis (Archbishop)
on Apr 17, 2024 at 12:39 UTC ( [id://11158910]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    croak "'$key' is not a valid config option for $class\n";
    
  2. or download this
    croak "'$key' is not a valid config option for $class\n"
              unless $key eq 'OBJECT';
    
  3. or download this
    --- CPP.pm_orig 2019-04-20 00:50:28.000000000 +1000
    +++ CPP.pm      2024-04-17 21:16:22.142182800 +1000
    ...
         if ($key eq 'NAMESPACE') {
           _handle_namespace_cfg_option($o, $value);
         }
    
  4. or download this
    use Inline CPP => Config =>
      BUILD_NOISY => 1
    ...
        return rolled;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11158910]
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-05-18 07:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found