- or download this
use strict;
use warnings;
...
print "Attributes: ";
print join ', ', attributes::get(\&bar);
print "\n";
- or download this
use strict;
use warnings;
...
return 1;
- or download this
use strict;
use warnings;
...
sub bar : Lion Tiger Bear Boom {
print "pling.\n";
}