- or download this
order: quantity color item
quantity: /\d+/
color: # what should this be?
item: 'pen' | 'pencil'
- or download this
my @colors = ('red', 'green', 'blue');
- or download this
my @colors = ('cyan', 'magenta', 'burnt umber');
- or download this
sub is_valid_color
{
...
}
return undef;
}