This is kind of a broad question:

I've got a pretty hefty perl program to evaluate and make work. My perl experience is pretty much zero but I have been doing C/C++ for ten years. I have the "Llama" book. I have been using the program to eval as a vehicle to learn perl. This is proving to be difficult. I'd like to get this thing to work and figure out why after. Not so easy. I have gotten up-to-speed on building libraries and adding modules but it's taking much longer than I hoped to figure out configuration issues (connecting a database, figuring what is missing and where to get it). I think it doesn't help much that the app I got was running on linux and I am trying to make it work on Windows.

Is it unrealistic to take this approach, ie. "start with some thing smaller, you dope")? What resources would you suggest to get the thing going?

perl looks cool, I don't think I'll have any trouble, I'm just under the gun to figure out how to get this puppy running ASAP. (I'd appreciate any advice about how long ASAP might be for someone starting from zero, too).

Thanks for your thoughts


In reply to Newbie Ramping up on a big project by Anonymous Monk

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.