- or download this
package Animal;
use Moose;
...
$danger_mouse->speak();
1;
- or download this
A Mouse goes squeek
[but you can barely hear it!]
- or download this
package Animal;
use Class::Std;
...
}
}
1;
- or download this
A Mouse goes squeek
through an eye patch ...
[but you can barely hear it!]
- or download this
package Animal;
use Moose;
...
my $danger_mouse = Mouse->new();
$danger_mouse->speak();
1;