in reply to developing and distributing perl apps

I am correct in assuming Pel cannot be compiled.

Hm, I thought you could use the '-u' switch with 'undump' can be used to create a platform-specific executable.

Or do I need to upgrade our Sun boxes at work to 5.8?

--
tbone1, YAPS (Yet Another Perl Schlub)
And remember, if he succeeds, so what.
- Chick McGee

  • Comment on Re: developing and distributing perl apps

Replies are listed 'Best First'.
Re: Re: developing and distributing perl apps
by arden (Curate) on Feb 26, 2004 at 14:47 UTC
    the -u option is to dump the core after parsing.

    There are a handful of different ways to compile perl into an executable, depending on what platform you are on, what you're willing to spend, and what you need. I use ActiveState's PerlDevKit, but my work paid for it.

    - - arden.