benlaw has asked for the wisdom of the Perl Monks concerning the following question:
while(1){ ... ... (Main program) if(condition){ ---> go to create new funtion OTHER{}, Main program keep goi +ng to check, if same condition meet, create 1 more } } ## end of while loop sub OTHER{ }## end of OTHER
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: create new task from main program
by Zaxo (Archbishop) on Apr 11, 2006 at 07:54 UTC | |
|
Re: create new task from main program
by BrowserUk (Patriarch) on Apr 11, 2006 at 08:16 UTC | |
by benlaw (Scribe) on Apr 12, 2006 at 16:40 UTC | |
by BrowserUk (Patriarch) on Apr 12, 2006 at 16:51 UTC | |
by benlaw (Scribe) on Apr 12, 2006 at 17:34 UTC | |
by benlaw (Scribe) on Apr 13, 2006 at 06:44 UTC | |
by BrowserUk (Patriarch) on Apr 14, 2006 at 12:40 UTC | |
|
Re: create new task from main program
by tirwhan (Abbot) on Apr 11, 2006 at 07:58 UTC | |
|
Re: create new task from main program
by zer (Deacon) on Apr 11, 2006 at 07:41 UTC | |
|
Re: create new task from main program
by benlaw (Scribe) on Apr 11, 2006 at 09:34 UTC | |
|
Re: create new task from main program
by benlaw (Scribe) on Apr 13, 2006 at 07:30 UTC |