Sorry - Rubbish title but I couldn't think of a better one.

I have a script which takes a list of machines on a network and distributes Anti-Virus updates to them. It works but it's very slow. Is there a way I can 'start' the process of updating a client (copy a package and execute it through OS commands) but not have the scripts sit there until it's finished before it caries on and starts the next one?

I've looked at exec but I don't think that's what I need. I tried looking at forking and I couldn't understand enough to work out if it was the answer or not.

Can anyone give me a pointer?
I've got Programming Perl and Perl Cookbook so feel free to direct me to a section in those.
Sorry if this has been asked before, but I couldn't write a good enough search to find anything useful.

In reply to How to make my script to more than one thing at once? by 2mths

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.