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 # Not uploaded yet % cpan Acme::Nyaa % git clone https://github.com/azumakuniyuki/p5-Acme-Nyaa.git Download it, unpack it, then build it as per the usual: % perl Makefile.PL % make && make test Then install it: % make install USAGE my $sabatora = Acme::Nyaa->new; print $sabatora->cat( \'���������������������' ); # => ������������������������������ print $sabatora->neko( \'������������������' ); # => ��������������������� 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