in reply to Odd behaviour of Parallel::ForkManager
You have enabled use warnings;. The next step is to read the warnings that Perl outputs:
C:\Users\Corion>perl -wc Projekte\tmp.pl Found = in conditional, should be == at Projekte\tmp.pl line 37. Found = in conditional, should be == at Projekte\tmp.pl line 41. Projekte\tmp.pl syntax OK
What have you done to address these warnings?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Odd behaviour of Parallel::ForkManager
by ravi45722 (Pilgrim) on Nov 20, 2015 at 08:31 UTC | |
by Corion (Patriarch) on Nov 20, 2015 at 08:42 UTC | |
|