Am Montag, 2. Mai 2005 19.52 schrieb Charles K. Clarkson:
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> wrote:
> : Again, I cannot use a module in this situation due to limitations of
> : the runtime environment.
>
>     Well. you could find a module that does what you want. Then lift
> out those subs and put them in your script.

Good answer - easy and difficult to find :-)

Am I wrong or is it - if possible to write own code in an own script - also 
possible to install the module in  e.g. the script location (not in a standard 
module dir) and use it with

# in the script:
use lib qw(/my/script_dir/);
use MyStandardModuleInstalledInANonstandardPath;

?!?

>
> HTH,
>
> Charles K. Clarkson
> --
> Mobile Homes Specialist
> 254 968-8328

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to