![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re^5: How to convert bunch of perl file + other dependent Input files Into a single executableby marto (Cardinal) |
on Mar 03, 2017 at 11:08 UTC ( #1183555=note: print w/replies, xml ) | Need Help?? |
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.
In Section
Seekers of Perl Wisdom
|
|