Help for this page

Select Code to Download


  1. or download this
    my $thisYear = 2005;
    my $yearRef = $galaxy{ $sSystem }{ $planet }{ $thisYear };
    ...
            }
        }
    }
    
  2. or download this
    my $thisYear = 2005;
    my $yearIter = $galaxy->getYearIerator( $sSystem, $planet, $thisYear )
    +;
    ...
            }
        }
    }