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

Hello, I looked at a few tutorials for PAR but I couldn't figure out how to get it to work on a windows system. I was wondering if someone could show me an example of PAR being used to bundle a perl tk program.

Replies are listed 'Best First'.
Re: Examples of PAR on windows
by marto (Cardinal) on Feb 26, 2008 at 16:29 UTC
    Did you look at PAR::FAQ or PAR::Tutorial? The latter gives examples of Packing GUI applications.

    Update: You may also want to have a read at pp if you have not already done so.

    Hope this helps

    Martin
      Yes I did read them, but I tried doing the examples and they didn't work for me. I tried doing pp -o out.exe -e 'print "Hi!"' on the command line in windows, and it said pp is not recognized as a command, I don't get how you are supposed to use pp.