perlmine.pl (1) Linux Manual Page
perlmine – A game to clear hidden mines from a minefield
Synopsis
perl perlmine.plDescription
An example of config file:
# -*- perl -*-
# ~/.perlmine
use utf8;
%Config = (
%Config,
rows => 10,
cols => 10,
mines => 10,
image_directory => ‘/usr/share/pixmaps/gnomine’,
name => ‘XXX’,
);
Pod Errors
Hey! The above document had some coding errors, which are explained below:- Around line 941:
- Non-ASCII character seen before =encoding in ”XXX‘,’. Assuming UTF-8
