Help for this page

Select Code to Download


  1. or download this
    use Attribute::Property;
    
    ...
    my $obj = Cool->new;
    $obj->name = "My right foot";
    print $obj->name, "\n";