Acme-Tategaki
view release on metacpan or search on metacpan
bin/tategaki view on Meta::CPAN
#!perl
use strict;
use warnings;
use 5.008001;
use utf8;
use Acme::Tategaki;
use Encode::Locale;
binmode STDOUT => ':encoding(console_out)';
Encode::Locale::decode_argv;
unless (scalar @ARGV) {
print "Usage: \$ tategaki ãåã¯ããã§ã«ãæ»ãã§ããã\n";
exit 1;
}
print tategaki(@ARGV);
print "\n";
__END__
=encoding utf-8
=head1 NAME
tategaki - This command makes a text vertically.
=head1 SYNOPSIS
$ tategaki ãåã¯ããã§ã«ãæ»ãã§ããã
æ»ãããã
ããã§ãå
ã§ãã«ãã¯
ããï¸ãï¸
ã
ï¸ãããã
=head1 AUTHOR
Kazuhiro Homma E<lt>kazuph@cpan.orgE<gt>
=head1 DEPENDENCIES
L<Array::Transpose>, L<Array::Transpose::Ragged>
=head1 SEE ALSO
L<Acme::Tategaki>, L<flippy|https://rubygems.org/gems/flippy>
=head1 LICENSE
Copyright (C) Kazuhiro Homma.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
=cut
( run in 2.967 seconds using v1.01-cache-2.11-cpan-364913b4093 )