in reply to Re: figuring out Parallel::ForkManager slots
in thread figuring out Parallel::ForkManager slots

I can't even figure out how to install that. I don't even know how I would apply that to my encoding script anyway. EDIT: I Apologize. I am impatient. I figured it out. That is some forking amazing work! Thank you.
  • Comment on Re^2: figuring out Parallel::ForkManager slots

Replies are listed 'Best First'.
Re^3: figuring out Parallel::ForkManager slots
by ramicio (Novice) on Feb 01, 2021 at 19:56 UTC
    I need help. I don't remember how I installed this and I can't find any info anywhere. Can someone PLEASE help me install this?

      Copy/paste the Forking::Amazing code to Amazing.pm

      sudo mkdir /usr/share/perl5/site_perl/Forking sudo vim /usr/share/perl5/site_perl/Forking/Amazing.pm

      at least on ArchLinux and Manjaro (not sure about other distros).
      Then you should be able to use it from anywhere.