![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re: Perplexing error message with Oracle 10g Express Edition.by mpeg4codec (Pilgrim) |
on Apr 15, 2006 at 16:49 UTC ( #543548=note: print w/replies, xml ) | Need Help?? |
This doesn't really answer your question, but you can include modules on the command line by using the -M flag. For instance:
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
In Section
Seekers of Perl Wisdom
|
|