Acme-Text-Viceversa
view release on metacpan or search on metacpan
lib/Acme/Text/Viceversa.pm view on Meta::CPAN
use 5.008001;
use strict;
use warnings;
use Carp;
use utf8;
our $VERSION = "0.07";
sub new {
my $class = shift;
return bless {}, $class;
}
my %ascii = (
q' ' => ' ', # same!
q'!' => '¡',
q'"' => 'â',
q'#' => '#', # same!
q'$' => '$', # same!
q'%' => '%', # same!
q'&' => 'â
',
( run in 0.351 second using v1.01-cache-2.11-cpan-de7293f3b23 )