Mercurial > eagle-eye
comparison sheep.pl @ 23:54ab0becd730
implemented a prototype for collecting account status.
author | "Rex Tsai <chihchun@kalug.linux.org.tw>" |
---|---|
date | Thu, 09 Oct 2008 11:33:47 +0800 |
parents | 552528bb4917 |
children | 93d4e6ffe330 |
comparison
equal
deleted
inserted
replaced
22:552528bb4917 | 23:54ab0becd730 |
---|---|
31 AND island.y >= ? | 31 AND island.y >= ? |
32 AND user.score >= 500 | 32 AND user.score >= 500 |
33 AND user.army_score_main <= 25 | 33 AND user.army_score_main <= 25 |
34 } | 34 } |
35 ); | 35 ); |
36 | |
36 | 37 |
37 if($#ARGV != 1) { | 38 if($#ARGV != 1) { |
38 die("Usage: $0 x y\n"); | 39 die("Usage: $0 x y\n"); |
39 } | 40 } |
40 my ($x, $y) = @ARGV; | 41 my ($x, $y) = @ARGV; |