Help for this page
package Foo; use warnings; ... my $instance = 'Foo'->new; $instance->do_something; $instance->do_notimplemented;