in reply to Convert perl script to exe

You should be looking at using pp to convert your script to an executable, as detailed at the start of the PAR documentation:

"(If you want to make an executable that contains all module, scripts and data files, please consult the pp utility instead. pp used to be part of the PAR distribution but is now shipped as part of the PAR::Packer distribution instead.)"

Regarding your PPM/proxy issue read ActiveState docs on that subject. See also Installing Modules from the tutorials section of this site.

Replies are listed 'Best First'.
Re^2: Convert perl script to exe
by arivu198314 (Sexton) on Oct 04, 2010 at 12:33 UTC
    we have a software like perlapp, using that we can convert script to exe.

    Arivu

      Did you mean to tell me this? I didn't ask a question. Perlapp is a commercial product where as pp isn't.

        Thank you so much marto..I am trying to install PAR but it is giving error..

        when i do nmake test ...it just freezes saying test header seen more than once!

        What must be going wrong?..

        I am not able to use ppm to install it because of some proxy settings