Text::Aspell is a good module, and I recommend it highly. Also, I think mayhem may be misunderstanding the situation regarding forking. Text::Aspell does not fork: it is an XS module. You should use Text::Aspell if you are using GNU Aspell 0.50 or above. This has been the only officially supported version for over 2 years now so I recommend that. If you need to use an older aspell, then you would want the Text::Pspell module. That is the difference between the two.

Update: Calling the MS Word spell-checker through OLE is a particularly bad idea not only for system-dependency and reliability issues, but also because it is a violation of the Microsoft EULA.

Update: On prompting from Mr. Muskrat, I am now trying to find a reference for the claim I make in the above paragraph. I can't find one. If you know of one please help me out.


In reply to Re: Spell Check Module by Errto
in thread Spell Check Module by JediWizard

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.