my( $x, $y, $z ) = $line{ $lineName }{ $stationName };my( $x, $y, $z ) = @{ $line{ $lineName }{ $stationName } };
my( $x, $y, $z ) = $line[ $lineNo ][ $stationNo ];my( $x, $y, $z ) = @{ $line[ $lineNo ][ $stationNo ] };
In reply to Re^2: Data Structures
by alexm
in thread Data Structures
by YYCseismic
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |