in reply to Re: Regex (find an * after a digit)
in thread Regex (find an * after a digit)

I *WAS* using "=" instead of "=~" like an idiot. Didn't help much though.

"use bytes" solved the problem. Strange thing is, this is all on a terminal (no HTML) so not sure why it's doing this. The ONLY thing I can think of different is that the machine w/ the dodgy output has apache running on it, but I'm running this script off to the side.

Thanks
  • Comment on Re: Re: Regex (find an * after a digit)