Help for this page

Select Code to Download


  1. or download this
      my $category_stack = $self->{category_stack} ||= [];
      push @$category_stack, 
        { some => $category, data => $here };
    
  2. or download this
      my $category_stack = $self->{category_stack};
      my $category_data = pop @$category_stack;