Xavier
2010-08-30 13:41:00 UTC
Bonjour,
par le shebang ?. D'ailleurs, la commande "perl bin/monscript.pl"
m'injurie également.
Ca fait pourtant des années que j'utilise ça. Dans mon login il y a ce
Merci,
/Library/Perl/Updates/5.10.0/darwin-thread-multi-2level
...etc, les INC standard de MacOSX
/sw/lib/perl5/5.10.0/darwin-thread-multi-2level /sw/lib/perl5/5.10.0/
... puis les emplacements standard
Comment se fait il que perl lancé en one-liner les trouve, et pas lancé...etc, les INC standard de MacOSX
/sw/lib/perl5/5.10.0/darwin-thread-multi-2level /sw/lib/perl5/5.10.0/
... puis les emplacements standard
par le shebang ?. D'ailleurs, la commande "perl bin/monscript.pl"
m'injurie également.
Ca fait pourtant des années que j'utilise ça. Dans mon login il y a ce
if [ -z "$PERL5LIB" ]; then
PERL5LIB=/sw/lib/perl5:/sw/lib/perl5/darwin
else
prepend_path PERL5LIB /sw/lib/perl5:/sw/lib/perl5/darwin
fi
export PERL5LIB
Ca a toujours marché jusqu'ici, je ne comprends pas.PERL5LIB=/sw/lib/perl5:/sw/lib/perl5/darwin
else
prepend_path PERL5LIB /sw/lib/perl5:/sw/lib/perl5/darwin
fi
export PERL5LIB
Merci,
--
Xav
In your pomp and all your glory you're a poorer man than me,
as you lick the boots of death born out of fear.
(Jethro Tull)
Xav
In your pomp and all your glory you're a poorer man than me,
as you lick the boots of death born out of fear.
(Jethro Tull)