- or download this
my %phrases = (
"phrase 1" => {
...
}
return $qty;
}
- or download this
for my $k (keys %phrases) {
# update
...
}
return $qty;
}
- or download this
print "${ \$phrases{'phrase 2'}->{'qtyTotal'}->() }\n";
- or download this
package Qty;
sub new {
...
);
print "${ \$phrases{'phrase 2'}->qtyTotal() }\n";