# from Garyl Erickson
# on Thursday 25 January 2007 05:32 pm:
>If I execute "pp -o t1.exe t1.pl" and run the resultant t1.exe, I get
> a "Can't
>locate t1b.pl in @INC" error:
> Can't locate t1b.pl in @INC (@INC contains: CODE(0xf0d7cc)
>C:\DOCUME~1\GARYL~
>
>1.VEI\LOCALS~1\Temp\par-garyl\cache-0ec73c4d9f4028bc48fbafc0b06ffc177b
>c894c d\inc\lib
>C:\DOCUME~1\GARYL~1.VEI\LOCALS~1\Temp\par-garyl\cache-0ec73c4d9f4
> 028bc48fbafc0b06ffc177bc894cd\inc CODE(0xe23944) CODE(0xe23a7c))
> at script/t1.pl line 8.
> (previous line split to fit)
>Is pp or ScanDeps not able to find this require based on the use lib?
Hmm, it's sounding like a split(/:/, $ENV{something}) snuck in
somewhere. That should be $Config{path_sep}. 'something' might be
PERL5LIB.
I'm not sure why this is related to the --compile option though.
--Eric
--
We who cut mere stones must always be envisioning cathedrals.
--Quarry worker's creed
---------------------------------------------------
http://scratchcomputing.com
---------------------------------------------------