rianne809 has asked for the wisdom of the Perl Monks concerning the following question:

hi gurus, im having a problem installing PAR, well actually i have alredy installed the PAR module, but when i ran the command "pp -o test.exe test.pl", windows return an error of "'pp' is not recognized as an internal or external command, operable program or batch file.", pls help me out on this one. Thanks

Replies are listed 'Best First'.
Re: How to install PAR
by roboticus (Chancellor) on Oct 23, 2007 at 23:54 UTC
    rianne809:

    Sounds like you need to add the directory containing "pp" to your PATH. That's assuming pp isn't a perl script. If so, then you'll probably need to wrap it with a batch file.

    ...roboticus

Re: How to install PAR
by Anonymous Monk on Oct 24, 2007 at 01:02 UTC
    install PAR::Packer
      Hi, Im having trouble installing the PAR:Packer, it fails to fetch the PAR installer from the repository because my connection is on proxy, any ideas how i can get it?