package foo; sub new { ... } sub someOtherFunction { ... } package bar; sub new { ... } sub someOtherFunction { ... } package baz; sub new { ... } sub someOtherFunction { ... }