My first Moose class
has 'attribute' => ( is => 'ro', );
add an attribute called
attribute
make it read-only
< < Previous
|
Index
|
Next >>