Help for this page

Select Code to Download


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