G'day Abdelbari619,

Welcome to the Monastery.

As a starting point (although, not technically a tutorial) take a look at "perlintro -- a brief introduction and overview of Perl". This will provide you with the basics for writing and running a Perl program. Each section has links to more detailed documentation and advanced topics.

That document forms part of the Perl Programming Documentation, often abbreviated to Perldoc. I recommend you bookmark that link as it's something you're likely to refer to often.

Perldoc contains a "Tutorials" section. The tutorials here are generally of an introductory nature; probably what you'll want initially. This section also contains nine, categorised FAQ pages; the "perlfaq" page describes the categories and provides an index to all the questions.

The "Reference Manual" section of Perldoc also contains tutorials; however, these are mostly for more advanced topics and probably unsuitable until you've got a handle on the basics.

-- Ken


In reply to Re: NewBie Need Tuto Guide by kcott
in thread NewBie Need Tuto Guide by Abdelbari619

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.