in reply to Re: Wierd Windows Parse::RecDescent output problem
in thread Wierd Windows Parse::RecDescent output problem

I did a little more digging. apparently it is the format that is not working. if I replace the 'write ERROR;' in the _error routine with a 'printf ERROR ...' the information prints properly.
So for some reason, formats are not working in my version of Perl.


-pete
"Worry is like a rocking chair. It gives you something to do, but it doesn't get you anywhere."
  • Comment on Re^2: Wierd Windows Parse::RecDescent output problem