- or download this
my $struct= {pointers=>[]};
- or download this
$#{$struct->{pointers}} = last element index of pointers<br>
@{$struct->{pointers}} = array
- or download this
$ptrs=[];
push @{$ptrs}=$newpointer;
$#{$ptrs}; last index
@{$ptrs}; array itself