in reply to Re: Packaging Perl Programs (is) Painful
in thread Packaging Perl Programs (is) Painful

Well, the programs that we develop and use internally that aren't Perl are C or C#, so they are a single executable that we put out onto the network or onto people's computers.

  • Comment on Re^2: Packaging Perl Programs (is) Painful

Replies are listed 'Best First'.
Re^3: Packaging Perl Programs (is) Painful
by mr_mischief (Monsignor) on Sep 04, 2010 at 04:41 UTC
    You're using C# without the .NET framework? Are you packaging the entire 20-megabyte .NET 1.0 framework into every executable file (or maybe the 197 MB .NET framework 3.5)?