in reply to Calling subroutines from nested modules

I have a set of modules like this: Net::SSH::Admin, Net::SSH::Admin::AddAccount, Net::SSH::Admin::DelAccount, etc...

The design is inherently problematic. We'll be able to help you better if you'd explain why your class split across so many files.

  • Comment on Re: Calling subroutines from nested modules

Replies are listed 'Best First'.
Re^2: Calling subroutines from nested modules
by walkingthecow (Friar) on Aug 28, 2009 at 17:05 UTC
    I have it split across so many files because I have hundreds of functions and keeping them all in one file creates a huge mess of a module. I am doing this to keep them organized. I am doing this for 8 different flavors of UNIX, each often with their own output that needs to be interpreted.