xxx.pl --help -d displays complete debuging statements. -e display db debuging statements. -f displays only errors. #### sub main { DEBUG: "now entering into main\n"; DB_DEBUG: "in main\n"; ERRORS: "start of main\n"; }