This is Perl module Acme::Nyaa. INSTALLATION Acme::Nyaa installation is straightforward. If your CPAN shell is set up, you should just be able to do % cpan Acme::Nyaa % git clone https://github.com/azumakuniyuki/p5-Acme-Nyaa.git % cpanm Module::Install Download it, unpack it, then build it as per the usual: % perl Makefile.PL % make && make test Then install it: % sudo make install USAGE my $sabatora = Acme::Nyaa->new; print $sabatora->cat( \'猫がかわいい。' ); # => 猫がかわいいニャー。 print $sabatora->neko( \'神と和解せよ' ); # => ネコと和解せよ REPOSITORY https://github.com/azumakuniyuki/p5-Acme-Nyaa.git DOCUMENTATION Acme::Nyaa documentation is available as in POD. So you can do: % perldoc Acme::Nyaa to read the documentation online with your favorite pager. azumakuniyuki