Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Enable the perl cartridge to use .pm modules

Re: Enable the perl cartridge to use .pm modules

From: Honza Pazdziora <adelton_at_fi.muni.cz>
Date: Mon, 16 Nov 1998 17:30:20 GMT
Message-ID: <F2IzAK.GAy@news.muni.cz>


> 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,

--



 Honza Pazdziora | adelton@fi.muni.cz | http://www.fi.muni.cz/~adelton/
                   I can take or leave it if I please
------------------------------------------------------------------------
Received on Mon Nov 16 1998 - 11:30:20 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US