- or download this
#!/usr/bin/env perl
...
my $felix = Pet::Cat->new(name => "Felix");
$felix->jump;
$felix->sound;
- or download this
#!/usr/bin/env perl
...
my $felix = Pet::Cat->new(name => "Felix");
$felix->jump;
$felix->sound;
- or download this
package Security::Guard {
use Role::Tiny;
...
use Role::Tiny::With;
with "Security::Guard";
}