Acme-POE-Acronym-Generator

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

      use Acme::POE::Acronym::Generator;

      my $poegen = Acme::POE::Acronym::Generator->new();

      for ( 1 .. 10 ) {
        my $acronym = $poegen->generate();
        print $acronym, "\n";
      }

DESCRIPTION
    What does POE stand for?" is a common question, and people have expanded
    the acronym in several ways.

    Acme::POE::Acronym::Generator produces randomly generated expansions of
    the POE acronym ( or at your option any other arbitary word ).

CONSTRUCTOR
    "new"
        Takes three optional parameters:

          'dict', the path to the words file to use, default is /usr/share/dict/words;

lib/Acme/POE/Acronym/Generator.pm  view on Meta::CPAN


  my $poegen = Acme::POE::Acronym::Generator->new();

  for ( 1 .. 10 ) {
    my $acronym = $poegen->generate();
    print $acronym, "\n";
  }

=head1 DESCRIPTION

What does POE stand for?" is a common question, and people have expanded the acronym in several ways.

Acme::POE::Acronym::Generator produces randomly generated expansions of the POE acronym ( or at your
option any other arbitary word ).

=head1 CONSTRUCTOR

=over

=item C<new>



( run in 1.279 second using v1.01-cache-2.11-cpan-5b529ec07f3 )