Help for this page

Select Code to Download


  1. or download this
    package Foo;
    use warnings;
    ...
    my $instance = 'Foo'->new;
    $instance->do_something;
    $instance->do_notimplemented;