Help for this page
package Example::Foo; ... } 1;
package Example::Foo::One; ... } 1;
my $one = Example::Foo::One->new('arg' => 'value');