Help for this page
my $category_stack = $self->{category_stack} ||= []; push @$category_stack, { some => $category, data => $here };
my $category_stack = $self->{category_stack}; my $category_data = pop @$category_stack;