in reply to Using perlcc to compile stand alone code

perlcc is (and it seems it will always be) experimental. Try PAR instead.

Jenda
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.
   -- Rick Osborne

Edit by castaway: Closed small tag in signature

  • Comment on Re: Using perlcc to compile stand alone code

Replies are listed 'Best First'.
Re: Re: Using perlcc to compile stand alone code
by gnu@perl (Pilgrim) on Mar 27, 2003 at 15:47 UTC
    I had looked into that, but it seems that is only for creating a perl archive (blib tree). It still requires the perl binary to execute it. Please correct me if I am wrong on this.

      The pp script installed with PAR will create a selfcontained executable. At least that's what the docs say. I wanted to try it, but have some problems.

      Jenda
      Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.
         -- Rick Osborne

      Edit by castaway: Closed small tag in signature