The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Acme::Kiyoshi::Array - It's new ZUNDOKO Kiyoshi Array

SYNOPSIS

    use Acme::Kiyoshi::Array;

    my @ary = ();
    push @ary, "ズン";
    push @ary, "ズン";
    push @ary, "ズン";
    push @ary, "ズン";
    push @ary, "ドコ";
    print @ary;

DESCRIPTION

Acme::Kiyoshi::Array is ...

LICENSE

Copyright (C) Masaaki Saito. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Masaaki Saito <masakyst.public@gmail.com>