in reply to Re: How do you distribute your Perl application to your customers?
in thread How do you distribute your Perl application to your customers?

I use camelbox as well. It comes with the option to install pp. Pack your application with this command:
pp --gui --icon hello.ico -o out.exe hello.pl
  • Comment on Re^2: How do you distribute your Perl application to your customers?
  • Download Code

Replies are listed 'Best First'.
Re^3: How do you distribute your Perl application to your customers?
by kg (Acolyte) on Jan 12, 2010 at 08:21 UTC
    I installed pp and I am trying very hard to do use it (see my response to Corion) but for various reasons I struggle to succeed. It is a simple task for small programs and should be for larger ones too, but dependencies come in the way and make it quite difficult to achieve.

      You've still not detailed any problems you've had using pp. Unless you tell us what is going wrong, we can't advise beyond suggesting reading the pp documentation and the website. We'd rather not have to guess or extract the information from you piecemeal. See How do I post a question effectively?.

        Since I am posting to the par mailing list, asking there about details, I didn't want to bug you with the same problems and questions. Therefore the general "what would you do" approach. Please tell me what you think about this.
Re^3: How do you distribute your Perl application to your customers?
by Anonymous Monk on Dec 10, 2018 at 12:20 UTC
    Many thanks for sharing, Its works great for me and myself started gaming with it.