> Message du 10/10/08 16:49
> De : "Sharan Basappa"
> A : "Perl Beginners"
> Copie à :
> Objet : add module path
>
>
> Hi,
>
> I have 2 permute and Text-balanced modules installed. They are in the path:
> "/home//local/perl/"
>


consider 'use lib' at the script's begin:

use lib '/home/sth/local/perl';
use modules; # your own modules under that path


Regards,
Jeff.

 Créez votre adresse électronique [EMAIL PROTECTED] 
 1 Go d'espace de stockage, anti-spam et anti-virus intégrés.

Reply via email to