in reply to Re^6: multi-threaded win32::console
in thread multi-threaded win32::console

Try adding use warnings; after the use strict; line in the code from Re^2: multi-threaded win32::console and then run it...


Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
"Too many [] have been sedated by an oppressive environment of political correctness and risk aversion."

Replies are listed 'Best First'.
Re^8: multi-threaded win32::console
by goibhniu (Hermit) on Aug 14, 2007 at 12:06 UTC

    Ah, mea culpa!

    I thought that #!/usr/bin/perl -w would do it regardless of platform. I now see in the book of perlrun that I would have to trick my OS into doing that in an OS specific way. I'll return after some more debugging.