I'm trying to write a script where you enter in a reminder, its priority, and once you run it, the reminder will print " "; according to the priority (6 times a day to twice a month). What I want to do in kicking off the program is execute 4 separate scripts all at once, within the main script, that all print the reminders listed for each priority, and sleep (# of seconds) according to the priority. Well this seems to be not possible, it will just hang on the first script executed until a ctrl C is applied, and so on for each of the four script. 1) besides running cron jobs for each script, is there any way to simulateously execute 4 scripts at once? 2) : D Has anyone wrote a similar program like this before and open sourced it? Please don't flame me too hard, my first posting. ; ]

In reply to Reminder program by bsdbudha

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.