sweepy838 has asked for the wisdom of the Perl Monks concerning the following question:
now if that was multithreading (its way off) it would print "hello \r\n word" at the same time, right? ive used multithreading in .netuse threads; sub thread() { for (1..10) { print "hello"; } } for (1..10) { print "hello"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: multithreading sample needed
by zentara (Cardinal) on May 01, 2012 at 17:28 UTC | |
by sweepy838 (Acolyte) on May 01, 2012 at 18:22 UTC | |
by roboticus (Chancellor) on May 01, 2012 at 18:33 UTC | |
by BrowserUk (Patriarch) on May 01, 2012 at 18:44 UTC | |
by zentara (Cardinal) on May 02, 2012 at 10:31 UTC | |
|
Re: multithreading sample needed
by roboticus (Chancellor) on May 01, 2012 at 17:23 UTC | |
|
Re: multithreading sample needed
by locked_user sundialsvc4 (Abbot) on May 01, 2012 at 22:16 UTC |