Mercurial > eagle-eye
comparison Ikariam.pm @ 3:b72786cdccbb
fixed a typo
author | "Rex Tsai <chihchun@kalug.linux.org.tw>" |
---|---|
date | Tue, 07 Oct 2008 23:23:52 +0800 |
parents | 0fb73a7a0b94 |
children | dbb97c4265ba |
comparison
equal
deleted
inserted
replaced
2:0fb73a7a0b94 | 3:b72786cdccbb |
---|---|
74 push @islands, \%island; | 74 push @islands, \%island; |
75 } | 75 } |
76 return @islands; | 76 return @islands; |
77 } | 77 } |
78 | 78 |
79 sub viewHomedMap | 79 sub viewHomeMap |
80 { | 80 { |
81 my $self = shift; | 81 my $self = shift; |
82 | 82 |
83 my $res = $self->{mech}->get(sprintf("http://%s/index.php?view=worldmap_iso", $self->{server})); | 83 my $res = $self->{mech}->get(sprintf("http://%s/index.php?view=worldmap_iso", $self->{server})); |
84 | 84 |