And once again, welcome!

In one of your replies I noticed you're learning perl to build a website... One of the most wonderfull things about perl is the availability of tons of modules which can make your life easier...

I can recommend CGI::Debug if you want to do CGI style-development.

If your hosting party is flexible and you can have them add some configuration to your server (hopefully Apache) you can consider using PLP which was created by our fellow monk Juerd.

As for books; I swear by Learning Perl and Programming Perl by O'Reilly. The Cookbook can save you a lot of time, and Advanced Perl Programming is great if you want to learn the really cool stuff...

And a general tip; use us! Post your questions on perlmonks, and visit #perlhelp on irc...

Good luck and have fun...

Update: If this is the first time you'll be building a website application, I'd definitely recommend investing some time in understanding the HTTP protocol and it's mechanics.


In reply to Re: The Gates of Perl are not newbie friendly. by Gilimanjaro
in thread The Gates of Perl are not newbie friendly. by Hielo

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.