Thanks for your valuable feedback.

1. Prompting :

Regarding prompts. Each word has a lot of meanings in a lot of contexts. So instead of filling up the screen with 4 to 5 meanings I thought it will be better to display the first meaning and ask the user whether he wants to display the rest of the meanings. Ya it might annoy the user. I will look at more options.


2. Net::Dict

I haven't referred to Net::Dict . I will look at it. The reason I have created the script is that I am not often connected to the internet so an offline dictionary will be helpful and also the word list is editable and can be used for ones purposes like a word game, flash cards, etc.


3. CPAN distribution :

I have created this app primarily for Linux as many Windows users don't use Terminal IMO. So a CPAN distro will be nice as most Linux distros come with Perl. But I am thinking of using Cava or PAR to make it a single package.

I haven't build a package yet and I am a newbie. You can conribute to the project by building up a package if you find yourself free.


In reply to Re^2: Terminal based Offline Dictionary in Perl by xtreak
in thread Terminal based Offline Dictionary in Perl by xtreak

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.