My question is more of a cry for help or somewhat of a challenge to you though perl guys. Im not much for talk so i'll get to the point. I need to write a utility that would help me a lot at work and im not good enough to do it. Consequently i thought that maybe some of you guys might consider it a challenge and help me with it. I am familiar with thw language itself but seeing a working program that can do what i need would help me improve my own skills. So what i need is a program that can organize and facilitate working with a database. The files in the database are regular .txt and in a format like the one below example:

Line1
copy1 : 10.01.2008 10.12.2007
copy2 : 10.02.2008 20.12.2007

Line2
copy1 : 10.01.2008 10.12.2007
copy2 : 10.02.2008 20.12.2007

and so forth
these are different lines of mutated flies (i work in experimental genetics)
The software i need would have to be able to:
-open different .txt files that are in a specific location
-be able to append new dates to each copy
-be able to append a warning flag to a certain line and show all flagged lines on command.
If anyone would be able to do this for me i would much appreciate it. I probably wont use it as such but rather as
 a template to modify a bit to my needs and build on it
 some more so please keep it not too complex. A GUI for it
 would be awesome but not required since im totally crap at that.
 thnx and sorry for the bad formatting 

In reply to writing an organiser in perl by claudiu25cm

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.