just a comment on style, i find this extremely unreadable.my ($op, $arg1, $arg2) = (@{$conwithposition{$key_pos}}[1],@{$conwithp +os +ition{$key_pos}}[2],$line[@{$conwithposition{$key_pos}}[0]]);
my ($op, $arg1, $arg2) = ( @{ $conwithposition{$key_pos} }[1,2], $line[ $conwithposition{$key_pos}->[0] ] );
In reply to Re: Looping array sequence
by tinita
in thread Looping array sequence
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |