Mercurial > eagle-eye
comparison enemy.pl @ 97:5f9bb3042d0c
refined the output.
author | "Rex Tsai <chihchun@kalug.linux.org.tw>" |
---|---|
date | Wed, 29 Oct 2008 01:14:49 +0800 |
parents | 4120f560f214 |
children | 3730817e3079 |
comparison
equal
deleted
inserted
replaced
96:65c102183458 | 97:5f9bb3042d0c |
---|---|
38 printf("Wonder: %s\n", $wonderText[$island->wonder]); | 38 printf("Wonder: %s\n", $wonderText[$island->wonder]); |
39 printf("capture score: %d\n\n", $capture); | 39 printf("capture score: %d\n\n", $capture); |
40 # print Dumper($island->_data_hash); | 40 # print Dumper($island->_data_hash); |
41 # print Dumper($city->_data_hash); | 41 # print Dumper($city->_data_hash); |
42 } | 42 } |
43 print "-"x80 . "\n"; | |
43 } | 44 } |