Bryan R Harris am Donnerstag, 23. Februar 2006 19.30:
> Responding to your references to modules, we haven't used them because we
> can't count on them being there.  Obviously my problem, not yours.  =)
[...]
There is no must to have them installed in default locations. You can install 
them  in any directory as long it is in @INC, and deliver them together with 
your scripts. If the modules are pure perl, just copying is ok.

And then, a lot of standard modules belong to every perl distribution, so they 
are there.

If unsure about there presence, you could distribute a test script...
a) listing all present modules
b) checking if the required ones are present (with eval {use module}; or so)

hth,
Hans

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