# in order to see stucture: use Data::Dumper; my @staff = ( [{ age => 21, position => 'programmer', }], [{ age => 23, position => 'administrative assistant', }], ); print Dumper(@staff);
In reply to Re: Seemingly enigmatic data structures
by sh1tn
in thread Seemingly enigmatic data structures
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |