in reply to Re: setting main package vars w/ RecDescent
in thread setting main package vars w/ RecDescent

Seems I needed to declare the array/variable with:
use vars qw(%structs);
first. Not sure what it is really doing, but sure it works!