in reply to
Morse Code Converter
Also, check out the Perl version of morse in the PPT
here
, and demorse
here
. It would be interesting to see a benchmark of the two ways of converting (above uses s///, and morse uses a map of a hash.)
Cheers,
KM
Comment on
RE: Morse Code Converter
Replies are listed 'Best First'.
In Section
Code Catacombs