Help for this page
root # perl -MO=Deparse webDB.pm package webDB; sub BEGIN { ... @EXPORT_OK = (); $VERSION = '1.00'; use DBI;
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; ...