perlmine.pl(1)
| 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
| 2020-09-26 | perl v5.38.0 |
