Since I don't want to do your script writing for you from start to finish, I'll just ask, what are you specifically stuck on?

Is it...

If you're close on something that you just need a little help with we're all here for you. But as mentioned before, don't try to struggle with all this if you're not "there yet". If you're not even close, take a step back, and tackle the more rewarding project of reading "Learning Perl." It's a great book, published by O'Reilly & Associates. You'll recognize it by the Llama on its cover and the light blue book spine. Pretty much everything you're asking is covered in that book. But without a basic understanding of Perl, as taught by a book like that, or by studying the online Tutorials and the Perl POD, you're going to have a difficult time writing the script.


Dave


In reply to Re^5: Comparing files by davido
in thread Comparing files by dannyp

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.