Help for this page

Select Code to Download


  1. or download this
    C:\test>perl -mInline::C -wle"print $Inline::C::VERSION; warn $]"
    0.44
    5.008006 at -e line 1.
    
  2. or download this
    ### Inline/C.pm(542)
    warn("Warning. No Inline C functions bound to Perl ($data->{API}{modfn
    +ame})\n".
    ##                                                 ^^^^^^^^^^^^^^^^^^^
    +^^^^^
         "Check your C function definition(s) for Inline compatibility\n\n
    +")
          if ((not defined$data->{functions}) and ($^W));