in reply to Compile Perl To Executable

Perl version of the file is 5.014002 And the moduce Crypt is installed and working Give me a little favor, can you try to convert the pl on exe and explain me the correct procedure? If you don't want I thank you anyway.

Replies are listed 'Best First'.
Re^2: Compile Perl To Executable
by pvaldes (Chaplain) on Jan 08, 2012 at 20:03 UTC

    First of all, as you probably know yet, you don't need to convert a perl script to binary in order to execute this script. Your script "IS executable" just now as long as your system has Perl installed. If your script don't run still, to convert it to a binary probably will not help. If you need a module install this module before.

    Second, convert to... what?. You probably want to look at one of these: Perl2Exe, Perl Archiving Toolkit (PAR), perlcc (convert to c) or Perl Dev Kit, but ...

    ... you could find interesting this node also.