Help for this page

Select Code to Download


  1. or download this
    install_driver(mysql) failed: Can't load 'C:/strawberry/perl/vendor/li
    +b/auto/DBD/mysql/mysql.dll' for module DBD::mysql: load_file:The spec
    +ified module could not be found at C:/strawberry/perl/lib/DynaLoader.
    +pm line 200.
     at (eval 42) line 3
    Compilation failed in require at (eval 42) line 3.
    Perhaps a required shared library or dll isn't installed where expecte
    +d
     at c:\inetpub\wwwroot\index_test.pl line 223
    
  2. or download this
    my $libref = dl_load_file($file, $module->dl_load_flags) or croak("Can
    +'t load '$file' for module $module: ".dl_error());
    
  3. or download this
    # Many dynamic extension loading problems will appear to come from
    # this section of code: XYZ failed at line 123 of DynaLoader.pm.
    ...
    # C code of the extension XS file. Perl reports the error as being
    # in this perl code simply because this was the last perl code
    # it executed.