in reply to Re^5: PAR: pp No Perl script found in input (upgrade)
in thread PAR: pp No Perl script found in input

OK, I ran it with force and it re-installed with no errors. I still have the same exact issue.
any ideas?
  • Comment on Re^6: PAR: pp No Perl script found in input (upgrade)

Replies are listed 'Best First'.
Re^7: PAR: pp No Perl script found in input (upgrade)
by Anonymous Monk on Mar 01, 2013 at 00:51 UTC

    what is  perl -e " die $^X "

    what is in pp.bat

      You could also check  perl -MEnv=@PATH,@PATHEXT -le " print for @PATH ,'####', @PATHEXT " and  perl -V and  assoc .pl and  ftype PerlScript (or whatever you get from assoc)
        Thanks,
        I found that C:\Perl\site\bin is in my path and that is where pp.bat lives.

        C:\Perl\site\bin

        .bat is a listed executable file type

        .COM .EXE .BAT .CMD .VBS .VBE .JS .JSE .WSF .WSH .MSC

        perl -V gave me a bunch of info. Anything in particular I am looking for?

        assoc .pl returns .pl=Perl

        This is interesting but what does it tell me?

        ftype pp.bat

        File type 'pp' not found or no open command associated with it.