Help for this page
#!/usr/bin/perl -l ... my %AN=(data => \@AnData); print $AN{data}[0x16], ' ', $AN{data}[22];
W W