Just as a general comment: Most monks around here don't respond very favourably to people copying and pasting Perl code they have found somewhere on the web without putting any effort into trying to understand at least the bare minimum of it themselves. You should be able to answer most of your questions after spending about 1 - 3 hrs on some basic Perl tutorials (depending on your background in other programming languages). If you have never done any programming before, start with the llama book ... it is great fun to read and will get you a long way towards answering all the questions you asked. It may only take you a little longer.

Good luck!

P. S.: And yes, this is probably one of my less helpful posts in this forum.

In reply to Re: Please Explain Code by pat_mc
in thread Please Explain Code by costas1

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.