
Acme::AirRead - accessor for reading air.

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

Acme::AirRead is accessor for reading air.
detail is reading air.

Koji Takiguchi <kojiel {at} gmail.com>


This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.