Help for this page
#!/usr/bin/perl use warnings; ... position => 'administrative assistant', }, );
print $staff[1]->{age};
my @staff = ( [{ ... position => 'administrative assistant', }], );