in reply to Are many use statements a code smell?
where Stu::AddressBook use the other module parts and your script just start withStu::AddressBook Stu::AddressBook::Account Stu::AddressBook::Email ...
use Stu::AddressBook; my $ab = Stu::AddressBook->new;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Are many use statements a code smell?
by crenz (Priest) on Jun 18, 2005 at 00:24 UTC |