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

Reply via email to