(the Author has replaced the original content of this message with this other stuff)
Additions:
Okay, I felt guilty for giving this such a terse answer, which wasn't very helpful (IMHO). So here's a list of places I'd look for Perl info (by no means complete)--

At your fingertips on any machine with Perl installed:
perldoc: type in perldoc perl and behold the wonder.
Modules: core modules are already on your machine. Some of them are written in Perl. No one is going to stop you from looking at the source to these, just open your favorite *.pm file in emacs (or whatever editor you may have on hand) and see what it looks like when the masters write Perl. Just don't save any changes. :)

web-based stuff (largely repeats from Outside Links)

General Perl Knowledge
perl.com: O'Reilly sponsored Perl-only resource center.
ActiveState Perl Support: Not everything, but the core perldoc files are here as well as those for many modules. Especially good place to start if you are on Windows using ActiveState Perl.
Web Developer's Virtual Library: Growing library of "Perl You Need to Know" articles and much, much more.
Perl Mongers: Perl Users and Advocates.
Timeline of Perl and its Culture.
Hard Copy (and plenty of softer stuff)
The O'Reilly Perl Center: Good books about Perl. Home of the Camel and other Frequently Essential Perl Books.
The Perl Journal: magazine about Perl, has some stuff online (subscribers get full archive access!)
Perl Hackers
Homepage of the original Perl Hacker, Mr. Randal Schwartz.
Perl Paraphernelia: by Mark-Jason Dominus
Just Because
MacPerl: everyone has a Macintosh right?

In reply to Re: New here by ichimunki
in thread New here by pawel_guz

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.