table of contents
PERLMINE(1) | User Contributed Perl Documentation | PERLMINE(1) |
NAME¶
perlmine - A game to clear hidden mines from a minefield
SYNOPSIS¶
perl perlmine.pl
DESCRIPTION¶
An example of config file:
# -*- perl -*- # ~/.perlmine use utf8; %Config = ( %Config, rows => 10, cols => 10, mines => 10, image_directory => '/usr/share/pixmaps/gnomine', name => '叶文彬', );
POD ERRORS¶
Hey! The above document had some coding errors, which are explained below:
- Around line 941:
- Non-ASCII character seen before =encoding in ''叶文彬','. Assuming UTF-8
2013-03-06 | perl v5.26.1 |