From: <[EMAIL PROTECTED]>
> if i want to make a standalone executable of my perl program how do i
> do that with perlcc ??? or any other way to generate machinecoded
> executable? kindly enlighten me -- regards, KM

If you run 
        perldoc perlcc
you will get the documentation.

Including this statement:

   The code generated in this way is not guaranteed to work. The
   whole codegen suite ("perlcc" included) should be considered very 
   experimental. Use for production purposes is strongly discouraged.

You may want to look at:
        http://search.cpan.org/author/AUTRIJUS/PAR-0.63/PAR.pm
        http://www.activestate.com/Products/Perl_Dev_Kit/
        http://www.perl2exe.com

HTH, Jenda
===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to