Re: Exe and module download questions



E.D.G. wrote:
Questions related to the downloadable ActiveState version of Perl.

1. Exe - What are the steps involved with creating a standalone .exe copy
of a Perl program?

To make an executable of a Perl script you can use the Perl Packager (http://par.perl.org/), or perl2exe.


2. Downloading Cpan Modules - What are the steps involved with
downloading a module from Cpan for example, unzipping the module, and then
merging it with Perl? Where can we get hold of a program for unzipping the
modules for example?

Here you can use the program cpan.bat which is a part of the Activestate distribution, it is in the Perl/bin directory. To compile XS (C/C++) modules you have to install Visual C/C++ 6.0 or the free Visual C++ 2005 express edition from Microsoft.

There are some free programs like GNU zip, GNU tar to extract the modules.

regards,
Reinhard

--
.



Relevant Pages

  • Re: UTF-8 without external modules on Perl 5.0
    ... algorithms/whatever right before worrying about the character encoding. ... you think about the tools which turn a Perl source in an exe? ... they embedd a 5.8 Perl interpreter? ... Do you think I could write this 5.8 version and just convert to exe ...
    (comp.lang.perl.misc)
  • Re: Mail::Sender problem
    ... I converted this to exe format. ... in your host machine" ... Can you successfully convert and run Perl exe programs that do not use ...
    (comp.lang.perl.modules)
  • Re: how to get the output from: Win32::Process::Create
    ... I can get exe to start, but I need to get what is put out on ... Process::Create I can get the pid and use that to kill it. ... instead of opening a pipe to the actual command. ... but it ends up hanging the perl script and I ...
    (comp.lang.perl.misc)
  • Re: help a beginner decide
    ... I like the idea of being able to compile an single EXE to run ... other files (.dll libraries for example) being installed, ... Perl, the ActiveState Perl Development Kit is a good choice. ... Not sure what the equivalent for Java ...
    (comp.programming)
  • Re: Perl Query - Conversion of EXE file
    ... On 12/5/06, Jenda Krynicky wrote: ... Suppose the file does not contain any thing perl ... a EXE for the Perl Program is created in Windows. ... the input file is some text file containing some raw data. ...
    (perl.beginners)