|
NAMEIRC::Bot::Hangman::WordList - Word list plugin engineSYNOPSISuse IRC::Bot::Hangman::WordList; $words = IRC::Bot::Hangman::WordList->load( 'too_easy' ); print $words->[3]; DESCRIPTIONThis module loads the word list plugins and provide a list based on a nameload( plugin name )Returns a word list loaded from a specific pluginword_listLoads the word listAUTHORPierre Denis <pierre@itrelease.net>http://www.itrelease.net/ COPYRIGHTCopyright 2005 IT Release Ltd - All Rights Reserved.This module is released under the same license as Perl itself.
Visit the GSP FreeBSD Man Page Interface. |