in reply to Thread Exit Status

You might want to run your curl thru something like IPC::System::Simple. Then you can capture the return value and stuff it into $num for return thru the join.
# in your threads use IPC::System::Simple my $exit_value = runx(EXIT_ANY, "some_command", @args);

I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku ................... flash japh

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.