in reply to Morse code via sound card input

Acme::* modules are, as I understand it, mostly not meant to be serious or used in production code, hence the namespace.

Have you had a look at Convert::Morse, which I think is worthwhile mentioning, because it has two functions (albeit the documentation says (erroneously?) otherwise regarding the implementation), as_ascii() and as_morse(), where former one allows converting from morse to ASCII and vice versa for latter one.