Help for this page

Select Code to Download


  1. or download this
    >perl -e"use XML::LibXML;"
    Can't load 'c:/Progs/perl588/site/lib/auto/XML/LibXML/LibXML.dll' for 
    +module XML::LibXML: load_file:The specified procedure could not be fo
    +und at c:/Progs/perl588/lib/DynaLoader.pm line 230.
    ...
    BEGIN failed--compilation aborted at c:/Progs/perl588/site/lib/XML/Lib
    +XML.pm line 116.
    Compilation failed in require at -e line 1.
    BEGIN failed--compilation aborted at -e line 1.
    
  2. or download this
    The procedure entry point Perl_newXS_flags could not be located in the
    + dynamic link library perl58.dll
    
  3. or download this
    The procedure entry point Perl_sv_2iv_flags could not be located in th
    +e dynamic link library perl58.dll
    
  4. or download this
    >dumpbin /imports c:/Progs/perl588/site/lib/auto/Class/MOP/MOP.dll | f
    +ind "newXS"
                     3EF  Perl_newXS_flags
    
    >dumpbin /exports c:/Progs/perl588/bin/perl58.dll | find "newXS"
            965  3C4 0001C8CF Perl_newXS
    
  5. or download this
    >perl -v
    
    ...
    Built Mar 20 2006 17:54:25
    
    ...