package foo; sub new { ... } sub someOtherFunction { ... } package bar; sub new { ... } sub someOtherFunction { ... } package baz; sub new { ... } sub someOtherFunction { ... } #### use test::foo; use test::bar; use test::baz;