Help for this page

Select Code to Download


  1. or download this
    DBD::oracle initialisation failed: Can't locate object method "driver"
    + via package "DBD::oracle" at /System/Library/Perl/Extras/5.16/darwin
    +-thread-multi-2level/DBI.pm line 808.
    
    Perhaps the capitalisation of DBD 'oracle' isn't right. at Modulos/lib
    +/ConectarDB.pm line 17.
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    return (DBI->connect ($q_string, $db_user, $db_pass, {PrintError => 0,
    + RaiseError => 1}));
    }
    1;