Help for this page

Select Code to Download


  1. or download this
    my( $x, $y, $z ) = $line[000301038][1261];
    
  2. or download this
    my( $x, $y, $z ) = @{ $line[000301038][1261] };
    
  3. or download this
    my( $x, $y, $z ) = @{ $line{ 000301038 }{ 1261 } };
    
    ...
    ## Assumes use constant { X=>0, Y=1, Z=>2 }
    
    my $thisX = $line{ $line }{ $stn }[ X ];