in reply to Re^2: Perl in the Enterprise
in thread Perl in the Enterprise
While Perl doesn't offer compilation to bytecode (before execution), it is possible to create stand-alone applications by packing all resources in a self-contained, executable archive.
Of course, I am talking about the PAR module here (Homepage, CPAN).
Now, it is a little rough around the edges here and there, but it's actively maintained and I have personally used it with large applications in enterprise environments.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Perl in the Enterprise
by apotheon (Deacon) on May 20, 2006 at 17:10 UTC | |
by tsee (Curate) on May 21, 2006 at 09:17 UTC | |
by apotheon (Deacon) on May 21, 2006 at 10:08 UTC | |
by abell (Chaplain) on May 23, 2006 at 15:10 UTC |