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

what is  perl -e " die $^X "

what is in pp.bat

Replies are listed 'Best First'.
Re^8: PAR: pp No Perl script found in input (upgrade)
by Anonymous Monk on Mar 01, 2013 at 00:56 UTC
    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.
        what is in pp.bat