in reply to Perl Scripts on systems without perl environments.

i would suggest looking PAR/pp. it looks like it'll do what you're needing.

on a sidenote, i recently used perl2exe to implement perl code (originally written under unix) on win32 platforms that didn't have the option to install a perl interpreter, and had little to no problem doing so. but it only works for unix and win32 platforms, so that wouldn't float your boat.
  • Comment on Re: Perl Scripts on systems without perl environments.

Replies are listed 'Best First'.
Re^2: Perl Scripts on systems without perl environments.
by SkipHuffman (Monk) on Nov 07, 2005 at 17:01 UTC

    perl2exe looks good, but does not appear to include OS/2.

    Skip
      I could swear you could run DOS commands in OS/2. perl2exe on the windows machine and move over to another computer?

      Investigate and reply, this is a stub reply since I don't know, myself.

      ----
      Give me strength for today..
      I will not talk it away..
      Just for a moment..
      It will burn through the clouds..
      and shine down on me.

        DOS-like commands, not executables. (well, you can, but in a sort of penalty box with limited rights.)

        Skip