On Thu, Feb 19, 2015 at 8:37 AM, nicolas wrote:
>
> When I did
> perl -V:sitelib
> sitelib='/usr/local/share/perl/5.18.2';
> I can browse usr/local/share/ but I annot access /perl/5.18.2
>
Well, that @INC is compiled into the Perl exe, so it doesn't have to exist.
You can create the path yoursel
share/perl/5.18.2»: Aucun fichier ou dossier de ce type
Impossible to create a file «/usr/local/share/perl/5.18.2»
Thanks
Sent: Wednesday, February 18, 2015 at 6:39 PM
From: "Brandon McCaig"
To: nicolas
Cc: beginners@perl.org
Subject: Re: can locate pm
Nicolas:
On Wed, Feb
From: nicolas
Sent: Thursday, February 19, 2015 10:14 AM
To: beginners@perl.org
Subject: can locate pm
Hello,
I used to work with a perl script that contains (use vt.pm). (vt.pm are
code that complement the script) I remember that I have to copy the vt.pm
file in perl somewhere. Since I am
Nicolas:
On Wed, Feb 18, 2015 at 6:14 PM, nicolas wrote:
> Hello,
Hello,
> I used to work with a perl script that contains (use vt.pm).
> (vt.pm are code that complement the script) I remember that I
> have to copy the vt.pm file in perl somewhere. Since I am not
> very familar with programming
Hello,
I used to work with a perl script that contains (use vt.pm). (vt.pm are code that complement the script) I remember that I have to copy the vt.pm file in perl somewhere. Since I am not very familar with programming my question is where to excaclly copy this *.pm so I can use my script aga