|
NAMEperlmine - A game to clear hidden mines from a minefieldSYNOPSISperl perlmine.plDESCRIPTIONAn example of config file:# -*- perl -*- # ~/.perlmine use utf8; %Config = ( %Config, rows => 10, cols => 10, mines => 10, image_directory => '/usr/share/pixmaps/gnomine', name => '叶文彬', ); POD ERRORSHey! The above document had some coding errors, which are explained below:
Visit the GSP FreeBSD Man Page Interface. |