Help for this page

Select Code to Download


  1. or download this
    -------------------------------------------
    "Can't locate dbi.pm in @INC (you may need to install the dbi module) 
    +(@INC contains: /opt/perl/ActivePerl-5.20/site/lib /opt/perl/ActivePe
    +rl-5.20/lib .) at dbi.pl line 1.
    BEGIN failed--compilation aborted at dbi.pl line 1."
    --------------------------------------------
    
  2. or download this
    ==========================
    [root@localhost lib]# pwd
    ...
    -r--r--r--.   1 root root   1533 Apr  4  2013 dbixs_rev.pl
    -r--r--r--.   1 root root   4561 Jul 19 12:44 FindBin.pm
    ====================== </p>
    
  3. or download this
    use dbi;
    use diagnostics;
    ...
    END {
        $db->disconnect if defined($db);
    }