Help for this page

Select Code to Download


  1. or download this
    root # perl -MO=Deparse webDB.pm
    package webDB;
    sub BEGIN {
    ...
    @EXPORT_OK = ();
    $VERSION = '1.00';
    use DBI;
    
  2. or download this
    cabocron # perl -MO=Deparse webDB.pm
    Undefined subroutine &webDB::getRecord called at webSubs.pm line 1233.
    Compilation failed in require at webDB.pm line 26.
    ...
    }
    use DBI;
    ...