| Convert-Braille documentation | view source | Contained in the Convert-Braille distribution. |
Convert::Braille::English - Convert Between Braille Encodings.
use Convert::Braille; print brailleAsciiToEnglish ( "HELLO" ), "\n"; print brailleDotsToEnglish ( "12515123123135" ), "\n";
perl5.6.0 or later.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
None presently known.
Daniel Yacob, dyacob@cpan.org
| Convert-Braille documentation | view source | Contained in the Convert-Braille distribution. |