[sf-perl] use lib: order doesn't seem to matter

David Alban extasia at extasia.org
Tue Aug 24 11:24:44 PDT 2010


:-(

$ ( export PERLLIB=/nas/home/dalban/perforce/srwd00reg001/default/internal/reg/pb_reg_nasify_properties/lib/perl
; perl -d deploy-properties )

Loading DB routines from perl5db.pl version 1.28
Editor support available.

Enter h or `h h' for help, or `man perldebug' for more help.

main::(deploy-properties:37):   ++$|;
  DB<1> l 1+6
1       #!/usr/bin/perl
2
3:      use strict;
4:      use warnings;
5
6:      use lib '/nas/reg/lib/perl';
7
  DB<2> x @INC
0  '/nas/reg/lib/perl/x86_64-linux-thread-multi'
1  '/nas/reg/lib/perl/5.8.5'
2  '/nas/reg/lib/perl'
3  '/nas/home/dalban/perforce/srwd00reg001/default/internal/reg/pb_reg_nasify_properties/lib/perl'


2010/8/24 Garth Webb <garth.webb at gmail.com>:
> Why not just set the standard PERL5LIB env which get placed at the beginning
> of @INC?

-- 
Live in a world of your own, but always welcome visitors.


More information about the SanFrancisco-pm mailing list