in reply to Re: PAR::pp with self-created modules (updated)
in thread PAR::pp with self created modules

you run pp with -x if you want almost everything .pm to be found

you use -M when -x fails (rare)

  • Comment on Re^2: PAR::pp with self created modules