in reply to Re^2: How can i do one liner import multiple custom .pm files in my perl script
in thread How can i do one liner import multiple custom .pm files in my perl script

I don't know if I would choose to do it this way, but perhaps Module::Pluggable would help to do what you want. You should be able to set a class prefix on each module to be loaded.

Update: Ugh - didn't notice that it was in the list provided below.

--MidLifeXis

  • Comment on Re^3: How can i do one liner import multiple custom .pm files in my perl script