![]() |
|
There's more than one way to do things | |
PerlMonks |
comment on |
( #3333=superdoc: 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 reply to Re: Perplexing error message with Oracle 10g Express Edition.
by mpeg4codec
|
|