in reply to Re^2: Help on Parse::RecDescent!
in thread Help on Parse::RecDescent!

Thanks for all your help, I traced the problem and found out that I wasn't using the $return variable properly as it was said on the Parse::RecDescent docs, a word of advice for all, use at all times $return, not return only!