Acme-Fy-Utils Version 0.08 Text::Fy::Utils - Some text based utility functions SYNOPSIS use Text::Fy::Utils qw( asciify isoify simplify commify cv_from_win cv_to_win ); my $t1 = "\x{041}\x{062}\x{043} => ". "\x{08a}\x{08c}\x{08e} => ". "\x{091}\x{092}\x{093} => ". "\x{0a1}\x{0a2}\x{0bf} => ". "\x{0bc}\x{0bd}\x{0be} => ". "\x{0c6}\x{0c7}\x{0c8} => "; my $t2 = "\x{172}\x{173}\x{174} => ". "\x{388}\x{389}\x{38a} => ". "\x{3b1}\x{3b2}\x{3b3} => "; my $asc6 = simplify($t1.$t2); my $asc7 = asciify($t1.$t2); my $asc8 = isoify($t1.$t2); my $out1 = commify('12345678.1234'); my $out2 = commify('12345678.1234', '~'); my $out3 = cv_from_win($t1.$t2); my $out4 = cv_to_win($t1.$t2); INSTALLATION To install this module, run the following commands: perl Makefile.PL make make test make install SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc Text::Fy::Utils You can also look for information at: RT, CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=Text-Fy-Utils AnnoCPAN, Annotated CPAN documentation http://annocpan.org/dist/Text-Fy-Utils CPAN Ratings http://cpanratings.perl.org/d/Text-Fy-Utils Search CPAN http://search.cpan.org/dist/Text-Fy-Utils/ AUTHOR Klaus Eichner COPYRIGHT AND LICENSE Copyright (C) 2014 by Klaus Eichner All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the artistic license 2.0, see http://www.opensource.org/licenses/artistic-license-2.0.php