I just modified a perl program that used DB_File to use Storable instead. When I was done, I removed "use DB_File", and suddenly
Bareword "O_WRONLY" not allowed while "strict subs" in use at ./tview.pl line 331.
Bareword "O_APPEND" not allowed while "strict subs" in use at ./tview.pl line 331.
Bareword "O_CREAT" not allowed while "strict subs" in use at ./tview.pl line 331.