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

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)

Replies are listed 'Best First'.
Re^9: PAR: pp No Perl script found in input (upgrade)
by mkmal (Novice) on Mar 13, 2013 at 00:37 UTC
    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.
      what is in pp.bat
        delete that file, and try installing again