in reply to Capture Spaces

You realize that Parse::RecDescent or even a regex is way overkill for this problem, and you'd be better off with substr or unpack. If you're just learning or playing with Parse::RecDescent, then ok, but for real code I wouldn't use it here.