Help for this page

Select Code to Download


  1. or download this
    Execution ERROR:  Cannot obtain exclusive lock on /u/jpfarmer/apps/shi
    +ftrpt/data/consultants: No record locks available at /u/jpfarmer/lib/
    +site_perl/5.6.0/DBD/File.pm line 500.
     called from ./reporter at 30.
    
  2. or download this
    sub build_consultant_data() {
        $dbh = DBI->connect("DBI:CSV:f_dir=$CSV_DATA")
    ...
    
        $dbh->disconnect();    # Disconnect from the DB
    }