in reply to Perplexing error message with Oracle 10g Express Edition.
perl -MDBD::oracle
If nothing happens, the include worked. If you get errors, the include obviously did not work. If you don't want to have to hit ctrl-c to get out of it, run this:
perl -MDBD::oracle -e undef
|
---|