Help for this page

Select Code to Download


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