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


in reply to Re^4: 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

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.

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