>pp -o show_inc.exe -e "print qq[INC = @INC\n]" INC = E:\DOCUME~1\LOCALU~1\LOCALS~1\Temp\par-LocalUser\cache-24fc4e15c702dfc458f 533f99fd8ae8a8261ffb5\inc CODE(0x10cf89c) CODE(0x125fe94)
On Wed, Jun 15, 2011 at 12:34 PM, Roderich Schupp < roderich.sch...@googlemail.com> wrote: > On Wed, Jun 15, 2011 at 11:15 AM, Nikos <nikos...@gmail.com> wrote: > >>pp -o show_inc.exe -e "print qq[INC = \@INC\n]" > >>.\show_inc.exe > > > > It just displays : > > INC = @INC > > Sorry, one backslash too many, should have been > > pp -o show_inc.exe -e "print qq[INC = @INC\n]" > > >>did you build PAR::Packer yourself? > > yes got it from CPAN and built it with strawberrys gcc and its dmake > > OK. I'll investigate. Interestingly Strawberry 5.12.2 had > > @INC: > C:/strawberry/perl/site/lib > C:/strawberry/perl/vendor/lib > C:/strawberry/perl/lib > . > > > Cheers, Roderich >