http://qs1969.pair.com?node_id=1183531


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

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.