in reply to Re^2: How to create Nested packages?
in thread How to create Nested packages?
See Perl's documentation, perlmod, for knowledge on modules and packages. Basically, you will want to export subroutines from one package into the namespace of other packages. See Exporter for the canonical solution.
|
|---|