--- Games-Sokoban/Sokoban.pm 2010/05/11 23:32:15 1.4 +++ Games-Sokoban/Sokoban.pm 2010/05/11 23:48:40 1.5 @@ -207,7 +207,7 @@ split /\n/, $_[0]{data} } -=item @lines = $level->as_rle +=item $line = $level->as_rle http://www.sokobano.de/wiki/index.php?title=Level_format @@ -225,6 +225,8 @@ =item ($x, $y) = $level->start +Returns (0-based) starting coordinate. + =cut sub start {