Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Enable the perl cartridge to use .pm modules
> I'm trying to test the perl example scripts shipped with the
> documentation. Simple scripts can be succesfully executed, but if there
> is a 'use' or 'require' statement the browser ask me to save the file.
> How can I tell the cartridge where the perl modules are located ?
In plain Perl, you'd do something like
use libs '/your/path/to/modules';
It might help,
--
I can take or leave it if I please ------------------------------------------------------------------------Received on Mon Nov 16 1998 - 11:30:20 CST
![]() |
![]() |