hi all

i've been lurking for a couple of months and would like some guidance

so ive got a bit of free time and would like to learn about the process of writing a module for cpan by writing a module myself.

My first idea was to write a module that gives you information on tv series. but i found what looks like a pretty decent module in WWW::TV and WWW::TV::Series. Now i could write a similar module that uses another online tv database (like tvrage or something other than tv.com). but its pretty similar and should contain the same info. also after reading a few guides on writing perl modules, ive been told to search first and not duplicate content on cpan. so would it be worth writing this module but using a different information source?

my second idea was be to have a module that would give you information about a person on wikipedia. so for example you create a new object with the string "john doe" and it will search wikipedia and give you john doe's date of birth, nationality, occupation, etc. (basically that information in the side bar). i couldnt find anything like this on cpan, so i just wanted to get your opinions on whether or not this would might be a decent idea for a cpan module?

my last idea was to write something similar to the first idea (info on tv series & episodes) but for games (probably using gamespot) to get information about a particular game. there doesn't appear to be anything like this on cpan.

so id like to hear your opinions on those ideas. also, if any of you have ideas for me too, perhaps something you thought of but never got around to writing, i'd like to hear about them

cheers :)

mrm


In reply to advice on writing a module by mrm

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.