Help for this page

Select Code to Download


  1. or download this
    xxx.pl --help 
    
    ...
    -e display db debuging statements.
    -f displays only errors.
    
  2. or download this
    
    sub main {
    ...
    DB_DEBUG: "in main\n";
    ERRORS: "start of main\n";
    }