Help for this page

Select Code to Download


  1. or download this
    my %curr_struct_pos;
    
  2. or download this
    for my $type (keys %curr_struct_pos) {
        for my $index (0..@{$cur_struct_pos{$type}}-1) {
    ...
                  ".def";
            $curr_struct_pos{$type}->[$a] = extract();
    }
    
  3. or download this
    for my $type (keys %$curr_struct_pos) {
        for my $index (0..@{$cur_struct_pos->{$type}}-1) {
    ...
                  ".def";
            $curr_struct_pos->{$type}[$a] = extract();
    }