Help for this page

Select Code to Download


  1. or download this
    $a = {
        bla => 1,
    ...
        bla => 1,
        trallxa => 2,
    };
    
  2. or download this
    $a = {
        bla  => 1,
    ...
        bla     => 1,
        trallxa => 2,
    };
    
  3. or download this
    my $h_periods = {
        Mercury => { orbital => 0.24, rotation => 58.64 },
    ...
        Uranus => { orbital => 84.01, rotation => -0.72 },
        Neptune => { orbital => 164.8, rotation => 0.67 },
    };