|
|
| There's more than one way to do things | |
| PerlMonks |
Re^3: Creating thread to call Subroutines parallelyby BrowserUk (Pope) |
| on Feb 21, 2013 at 15:32 UTC ( #1019963=note: print w/ replies, xml ) | Need Help?? |
|
I cannot see anything obvious that might cause your output file to be empty -- other than perhaps there were no events that matched your criteria. Is that possible? This is the error i am getting since the file app_output.txt is empty couldn't read C:\log_parsing\app_output.txt - at log_windows_new.pl line 444. That still doesn't isn't the full error message. Line 444 is:
The $! should mean that the full error message would be something like:
Or perhaps:code> couldn't read C:\log_parsing\app_output.txt - Permission denied at log_windows_new.pl line 444. #.............................................^^^^^^^^^^^^^^^^^ </code> That piece of information would likely point to the source of the problem; but you haven't given us it? I'd also suggest that you add $^E to line 44 (and other error messages). Ie:
That may provide further clarification of the problem. With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||