First off, try:
use strict; use warnings 'all';
Second, you might have a typo in your code at the second regexp condition. Should that read:
elsif ($_ =~ m/^Hits/) { push (@hits, $_) ; }
instead of:
elsif ($_ =~ m/^Hits) { push (@hits, $_) ; }
?
Finally, what does makemore.pl print out ? Is it working correctly ? Does it work correctly when called multiple times concurrently ?
In reply to Re: Processes clobbering each other
by holo
in thread Processes clobbering each other
by mcogan1966
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |