Text::Morse - Encoding and decoding Morse code
use Text::Morse; my $morse = new Text::Morse; print scalar($morse->Decode("... --- ...")); print scalar($morse->Encode("Adam Bertil"));
Useless but fun.
/usr/games/morse
I need the morse codes for Hebrew, Arabic, Greek and Russian. Please send in universal high ASCII (UNIX or Windows, not DOS) :-)
Bug tracking for this module: https://rt.cpan.org/Dist/Display.html?Name=Text-Morse Source hosting: http://www.github.com/bennie/perl-VMware-vCloud
Text::Morse v0.05 (2015/06/08)
(c) 2014-2015, Phillip Pollard <bennie@cpan.org> (c) 2001, Ariel Brosh
This source code is released under the "Perl Artistic License 2.0," the text of which is included in the LICENSE file of this distribution. It may also be reviewed here: http://opensource.org/licenses/artistic-license-2.0
This module was originally authored in 2001 by Ariel Brosh. (schop@cpan.org)
It was adopted (via the CPAN "adoptme" account) by Phillip Pollard in 2014.
Additional Contributions: - Bulgarian and Russian language support by svetoslav.chingov@gmail.com
To install Text::Morse, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Text::Morse
CPAN shell
perl -MCPAN -e shell install Text::Morse
For more information on module installation, please visit the detailed CPAN module installation guide.