- or download this
# find all the entities in the current file
if (/entity\s+(\w+)\s+is/i) {
...
push @entities, \%1;
}
- or download this
push @entities, \%{$1};
- or download this
use Data::Dumper;
...
}
print Dumper(%hash);
- or download this
-_-_-_-_-_-_-_-_-_-_-_-
My memory concerns me
- but I forget why !!!