Tackling programming for the first time for a final project might be a little daunting, I agree.

I have no problem answering newbie questions, but this is one that is covered in *all* of the introductory texts -- and usually really early on. It's in the kind of answer you can find in 15 seconds by looking up a term in the index of a book.

May I recommend O'Reilly's "Learning Perl" and "Programming Perl", the llama and camel books, respectively. If you are to write a decent program, you need to have some initiative to learn the obvious things by yourself. Really, they are both excellent texts.

If you get a book, read it, and work some of the examples, you'll write a much better program. Then, when you get questions that can't be found by looking up a term in the index of the book, ask for help here, and we'll be glad to help further. You can finish your program by getting outside help, maybe, but you won't fully understand it unless you take some initiative.


In reply to Re: Reading from two files at once by flyingmoose
in thread Reading from two files at once by sweeks

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.