NAME
Acme::Free::Advice - Wise words. Dumb code.
SYNOPSIS
use Acme::Free::Advice qw[advice];
say advice;
DESCRIPTION
Acme::Free::Advice spits out advice. Good advice. Bad advice. Advice. It's a fortune cookie.
METHODS
These functions may be imported by name or with the :all
tag.
advice( [...] )
Tear someone down.
my $wisdom = advice( ); # Random advice
print advice( ); # stringify
print advice( 'slip' );
Expected parameters include:
flavor
-
If undefined, a random supported flavor is used.
Currently, supported flavors include:
slip
unsolicited
flavors( )
my @flavors = flavors( );
Returns a list of supported advice flavors.
LICENSE
Copyright (C) Sanko Robinson.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
Sanko Robinson <sanko@cpan.org>
...but why?
I'm inflicting this upon the world because oodler577 invited me to help expand Perl's coverage of smaller open APIs. Blame them or join us in the effort.