changeset 97:5f9bb3042d0c

refined the output.
author "Rex Tsai <chihchun@kalug.linux.org.tw>"
date Wed, 29 Oct 2008 01:14:49 +0800
parents 65c102183458
children 34749e907405
files enemy.pl
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/enemy.pl	Wed Oct 29 01:03:04 2008 +0800
+++ b/enemy.pl	Wed Oct 29 01:14:49 2008 +0800
@@ -40,4 +40,5 @@
         # print Dumper($island->_data_hash);
         # print Dumper($city->_data_hash);
     }
+    print "-"x80 . "\n";
 }