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 => '叶文彬',
);

1 POD Error

The following errors were encountered while parsing the POD:

Around line 941:

Non-ASCII character seen before =encoding in ''叶文彬','. Assuming UTF-8