Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^3: How to convert bunch of perl file + other dependent Input files Into a single executable

by marto (Cardinal)
on Mar 02, 2017 at 10:16 UTC ( [id://1183383]=note: print w/replies, xml ) Need Help??


in reply to Re^2: How to convert bunch of perl file + other dependent Input files Into a single executable
in thread How to convert bunch of perl file + other dependent Input files Into a single executable

How did you install pp? What does perl -MPAR::Packer -le "print $PAR::Packer::VERSION" return?

  • Comment on Re^3: How to convert bunch of perl file + other dependent Input files Into a single executable
  • Download Code

Replies are listed 'Best First'.
Re^4: How to convert bunch of perl file + other dependent Input files Into a single executable
by rockyurock (Acolyte) on Mar 02, 2017 at 10:23 UTC
    It's returning me 1.035

      CPAN shows v1.036, you must be installing this via some other package manager (PPM?). The version you've installed is not built for the version of perl you have installed. They have to be the same, see rt://92352. To install build the live release against your current version of perl use the following from the command prompt:

      cpan pp

      If you're working on Windows make life easy for yourself by using strawberry perl, as it ships with a sane build environment, and a bunch of other useful things as standard. To install a C compiler and build tools for ActiveState do:

      ppm MinGW

      Then install via cpan as mentioned above.

        If I Install strawberry perl then Can I use the same build command to convert .pl into .exe as well ?
        I remember tried Installing pp with both CPAN and ppm. just now I also tried with CPAN again . but It's again giving me the same Error LN0v.exe: Perl lib version (5.24.1) doe sn't match executable 'perl.exe' version (5.24.0) at C:/Perl64/lib/Config.pm lin e 62.

      How did you install it? Please answer all questions asked.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1183383]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-16 13:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found