- or download this
[$index] -> [$index_of{Strand}]
[$index+1] -> [$index_of{Type}]
[$index+2] -> [$index_of{Pos}]
- or download this
@index_of{@headers} = 0 .. $#headers;
- or download this
#!/usr/bin/env perl -l
...
print "Type index: $index_of{Type}";
print "Pos index: $index_of{Pos}";
}
- or download this
Headers: Strand Type Pos Length Form Adjustment
Strand index: 0
...
Strand index: 3
Type index: 1
Pos index: 0