pwagyi has asked for the wisdom of the Perl Monks concerning the following question:
What is the common practice in orginizing perl modules? If I have a module A and its helper modules A1,A2,.. and module B which extends A.
I've searched online and also in Object Oriented perl (Damian Conway) to no available.
My current class hierarchy and directory structure is:
Client code may use either module A or module B.module B.pm | - B1.pm | - B2.pm module A.pm | - A1.pm | - A2.pm | ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: perl Module and directory structure
by Discipulus (Canon) on Mar 03, 2017 at 08:23 UTC | |
|
Re: perl Module and directory structure
by stevieb (Canon) on Mar 03, 2017 at 14:23 UTC | |
|
Re: perl Module and directory structure
by Anonymous Monk on Mar 03, 2017 at 16:31 UTC | |
by stevieb (Canon) on Mar 03, 2017 at 16:48 UTC | |
by Anonymous Monk on Mar 03, 2017 at 17:10 UTC | |
|
Re: perl Module and directory structure
by pwagyi (Monk) on Mar 04, 2017 at 03:24 UTC |