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

I feel I must protest. Copying the code from Re^2: multi-threaded win32::console into a new file and running it yields for me:

C:\chas_sandbox>test.pl 1/177 . 5/8 7/5 4/23 C:\chas_sandbox>

and I see no errors or warnings.

Please tell me why you see more errors and warnings than I do. (I'm sure that you see some errors and warnings like the lack of $k because of your advanced wisdom; please tell me why your PERL shows you more than my PERL shows me.) I surely don't expect you to be debugging compare for me - I sincerely thought it was working on my system without problem.

Perhaps if I can learn this wisdom, I won't post bad code so much.

Replies are listed 'Best First'.
Re^7: multi-threaded win32::console
by BrowserUk (Patriarch) on Aug 14, 2007 at 09:21 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.