Acme-Flip
view release on metacpan or search on metacpan
1234567891011121314151617NAME
Acme::Flip - Replace alphanumeric characters in text
with
ones that look
flipped
SYNOPSIS
binmode
STDOUT,
':encoding(utf8)'
;
Acme::Flip::flip (
'Hello world'
);
DESCRIPTION
Replace alphanumeric characters in text
with
ones that look flipped.
BUGS
Not all capitalizations, characters and numbers have adequate
"flipped"
representation
AUTHOR
lib/Acme/Flip.pm view on Meta::CPAN
818283848586878889909192939495969798991001;
=head1 NAME
Acme::Flip - Replace alphanumeric characters in text with ones that look flipped
=head1 SYNOPSIS
use Acme::Flip;
binmode STDOUT, ':encoding(utf8)';
print Acme::Flip::flip ('Hello world');
=head1 DESCRIPTION
Replace alphanumeric characters in text with ones that look flipped.
=head1 BUGS
=over
( run in 0.254 second using v1.01-cache-2.11-cpan-33209edd8b4 )