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-07-19 perl v5.40.0 User Contributed Perl Documentation