in reply to
Multiple classes in modules
If you want to be able to do
use test::foo, use test::bar and use test::baz
then you will need the file test/foo.pm which has the following line:
package test::foo
Comment on
Re: Multiple classes in modules
Select
or
Download
Code
In Section
Seekers of Perl Wisdom