Help for this page

Select Code to Download


  1. or download this
    BEGIN {
        package MyCow;
    ...
    
    my $attr = $cow->meta->get_attribute("guernsey");
    print "Attribute does Bool? ", $attr->does("Bool") ? "Yes!" : "No...",
    + $/;