ISAI student has asked for the wisdom of the Perl Monks concerning the following question:
I have tried to look, but could not find any pattern match that uses $_ in the file. I could be missing something, of course. Line 73 is:eval {...} called at /edata/eng/ldagan/voodoo_from_1.1.7.b4/bi +n/../DesignLibs/ScriptLib/Generic/WMPerl/voodoo/voodooThreads.pm line + 73 thread 3 Use of uninitialized value $_ in pattern match (m//) at (eval 60) line + 1, <$SIM_F> line 50. Use of uninitialized value $_ in pattern match (m//) at (eval 61) line + 1, <$SIM_F> line 50.
I could not find in the subroutine any usage of $_ in pattern matching. Thanks.$thread = threads->create(\&executeSimThread, $tb, $i, "Thread data " +. $i, $all_shary_for_subs, $global_non_share_ref );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: mapping warning from an eval code to actual line in text
by choroba (Cardinal) on May 10, 2013 at 11:27 UTC | |
by ISAI student (Scribe) on May 10, 2013 at 11:37 UTC | |
|
Re: mapping warning from an eval code to actual line in text
by BrowserUk (Patriarch) on May 10, 2013 at 11:56 UTC | |
|
Re: mapping warning from an eval code to actual line in text
by kcott (Archbishop) on May 10, 2013 at 11:39 UTC | |
|
Re: mapping warning from an eval code to actual line in text
by tobyink (Canon) on May 10, 2013 at 12:12 UTC |