|
|
| XP is just a number | |
| PerlMonks |
Re: Where is my output stream to a file going?by samarzone (Pilgrim) |
| on Mar 30, 2011 at 07:08 UTC ( #896327=note: print w/ replies, xml ) | Need Help?? |
|
The best thing to debug your problem is "perl debugger" (perl -d) and the simplest thing is "print". Did you check whether $_ or $fields[5] contain any value? I found a problem and a suspicion. Here are following.
I hope this helps
-- Regards - Samar
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||