NAME
Acme::RandomQuote::Base - The great new Acme::RandomQuote::Base!
VERSION
Version 0.01
SYNOPSIS
my
$foo
= Acme::RandomQuote::Base->new(
'file'
);
$foo
->get_random_quote();
new
Creates a new Acme::RandomQuote::Base object.
my
$foo
= Acme::RandomQuote::Base->new(
'file'
);
get_random_quote
Returns a random line from the selected file.
$foo
->get_random_quote();
AUTHOR
Diogo Neves, <dafneves at mangaru.net>
COPYRIGHT & LICENSE
Copyright 2008 Diogo Neves, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.