Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

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

by Anonymous Monk
on Mar 03, 2017 at 09:05 UTC ( [id://1183531]=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

Give ppsimple.pl a try

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

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 03, 2017 at 11:03 UTC
    Hi.. It;s giving me the below Error :

    Can't locate Proc/Background.pm in @INC (you may need to install the Proc::Backg round module) (@INC contains: C:/Perl64/site/lib C:/Perl64/lib .) at E:\Automati on Related\Perl Scripts - ALL\IMS_debugging\Perl_to_Exe\ppsimple.pl line 38. BEGIN failed--compilation aborted at E:\Automation Related\Perl Scripts - ALL\IM S_debugging\Perl_to_Exe\ppsimple.pl line 38.

      Can't locate Proc/Background.pm in @INC (you may need to install the Proc::Backg round module)

      These messages are perl telling you that you're trying to run code which includes a module you don't have installed. This has nothing to do with packaging. Install the cpan modules. Read and understand the code you try to run, rather than just running it.

Log In?
Username:
Password:

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

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

    No recent polls found