Acme::Oil - Oil is slippery and combustible.


Acme-Oil documentation  | view source Contained in the Acme-Oil distribution.

Index


NAME

Top

Acme::Oil - Oil is slippery and combustible.

SYNOPSIS

Top

 use Acme::Oil;

 my $var = 'thing';

 Acme::Oil::can($var); #  this is oily.

 print $var;   # it is not likely to be able to take it out by slipping.

 $var = 'eel'; # it is not likely to be able to put in by slipping.

 $var = 'fire'; # No! Don't bring the fire!  ...Bom!

 print $var; # ashed.

 


 my $var2 = 'Firefox'; # burning.

 Acme::Oil::can($var); # silly!  ...Bom!

 Acme::Oil::can(); # doesn't remain any longer.







DESCRIPTION

Top

There are two educational effects of this module. First, if the variable is soaked in oil, it becomes slippery. Second, it is dangerous to bring the fire close to the oil. Please remembere these points, enjoy your Perl life!

FUNCTIONS

Top

Acme::Oil::can

It takes a scalar or an array or a hash(not yet supported). If no argument, returns amount of the remainder.

Acme::Oil::wipe

It takes a scalar or an array or a hash(not yet supported) and wiped oil off.

WARNING

Top

 use warnings 'ACME::Oil';

 no warnings 'ACME::Oil';

TODO

Top

should support HASH.

AUTHOR

Top

Makamaka Hannyaharamitu, <makamaka[at]cpan.org>

COPYRIGHT AND LICENSE

Top

SEE ALSO

Top

Tie


Acme-Oil documentation  | view source Contained in the Acme-Oil distribution.