Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    
    ...
            21 => '19.4128184125387',
        }
    );
    
  2. or download this
    $VAR1 = '4';
    $VAR2 = {
    ...
              '11' => '54.9503577512828',
              '21' => '40.4544882398113'
            };
    
  3. or download this
    $VAR1 = {
              '4' => {
    ...
                       '21' => '40.4544882398113'
                     }
            };