Help for this page

Select Code to Download


  1. or download this
    install_driver(mysql) failed: Can't locate loadable object for module 
    +DBD::mysql in @INC (@INC contains: C:/Perl/site/lib C:/Perl/lib .) at
    + (eval 4) line 3
    Compilation failed in require at (eval 4) line 3.
    Perhaps a module that DBD::mysql requires hasn't been fully installed
    
  2. or download this
    ppm install DBI::mysql
    
  3. or download this
    use strict;
    use warnings;
    ...
        print "name".$row[1];
        print "age".$row[2];
    }