1PERLMINE(1)           User Contributed Perl Documentation          PERLMINE(1)
2
3
4

NAME

6       perlmine -  A game to clear hidden mines from a minefield
7

SYNOPSIS

9       perl perlmine.pl
10

DESCRIPTION

12       An example of config file:
13
14          # -*- perl -*-
15          # ~/.perlmine
16          use utf8;
17          %Config = (
18              %Config,
19              rows => 10,
20              cols => 10,
21              mines => 10,
22              image_directory => '/usr/share/pixmaps/gnomine',
23              name => 'aaXXaeXXaaXX',
24          );
25
26
27
28perl v5.12.0                      2007-11-22                       PERLMINE(1)
Impressum