Acme-Flip

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
NAME
    Acme::Flip - Replace alphanumeric characters in text with ones that look
    flipped
 
SYNOPSIS
        use Acme::Flip;
        binmode STDOUT, ':encoding(utf8)';
        print 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

81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
1;
 
=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 )