perlmine.pl - Man Page

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

Info

2024-01-25 perl v5.38.2 User Contributed Perl Documentation