in reply to missing values when using Parallel::ForkManager
G'day plagent,
You haven't shown the code that actually generates the report. That makes it rather difficult to troubleshoot.
The actual output you show has staggered columns. This suggests to me that data for various columns is either whitespace or empty strings. The latter could be the result of an uninitialized value being treated as "". The warnings pragma will alert you to this.
Other potential issues include:
If one or more of those suggestions and guesses lead to a solution, that's great. If not, you'll need to post more code for us to help you further. Also include any output from the two pragmata I mentioned: given they're both lexically scoped, it's important to show where in your code that you've included them.
-- Ken
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: missing values when using Parallel::ForkManager
by plagent (Novice) on Jul 06, 2015 at 05:38 UTC | |
by Anonymous Monk on Jul 07, 2015 at 02:32 UTC | |
by tye (Sage) on Jul 07, 2015 at 04:07 UTC | |
by Anonymous Monk on Jul 07, 2015 at 02:46 UTC | |
by Anonymous Monk on Jul 08, 2015 at 08:27 UTC |