I updated this script about an hour or two after i posted it and epoptai blurted out this in the cb:
"-.-. .-. .- --.. -.-- .. -. ... --- -- -. .. .- -.-. + +"
after running it through morsify i realized that a -morse switch is not a waste, so i added it.

all of this is reflected above in the #comments.
I also updated(improved) the pod some.

UPDATE:(January 1, 2001)
Due to ichimunkis help, i realized that line 271( use Win32::Sound) needed to be changed to (eval("use Win32::Sound;");) since use is a compile time directive(i think that's right) and it was asking for Win32 even though he was on *nix, and i 'coded' the script to just print to /dev/dsp, so it should be fine now.
i also added line 304(print WAVOUT "\n";) thanx to ichimunki

UPDATE:(January 5, 2001)
For a couple of days now the description text was also in the code field. This was caused, in my humble opinion, by me accidentaly pasting the description there, as opposed something being wrong with the pm database, but it's back now, the latest official release %-)

UPDATE:(February 1, 2001)
isotope pointed out that: open(WAVOUT,"$saveas") or die "can't open $saveas 4 writing: $!"; opens a file for reading. I agreed.

"cRaZy is co01, but sometimes cRaZy is cRaZy".
                                                      - crazyinsomniac


In reply to (crazyinsomniac) Re: morsify by crazyinsomniac
in thread morsify by crazyinsomniac

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.