in reply to Re^2: Need help with Perl multi threading
in thread Need help with Perl multi threading

The first, most obvious problem is that you did not use warnings; use strict;

I see undeclared variables and other weird stuff. What's "$output;" all by itself in the middle of the function supposed to do anyways?

Replies are listed 'Best First'.
Re^4: Need help with Perl multi threading
by ashok.g (Beadle) on Jan 25, 2012 at 20:32 UTC
    Ok. I have modified the code and new output now.