NAME
Acme::AirRead - accessor for reading air.
SYNOPSIS
use Acme::AirRead;
write_air(
air => 'cant read air',
declair => 'cant read near air',
kuki => 'can read',
);
$air = read_air('air'); # undef
$declair = read_air('declair'); # undef
$kuki = read_air('kuki'); # can read
DESCRIPTION
Acme::AirRead is accessor for reading air.
detail is reading air.
AUTHOR
Koji Takiguchi <kojiel {at} gmail.com>
SEE ALSO
Class::Accessor::Lite
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.