Help for this page

Select Code to Download


  1. or download this
    push @{$this->{local_vars}},
        [my ($open_tag, $tag_print, $cur_class, $cur_id,
    ...
    
    use Data::Dumper;
    print(Dumper($this));
    
  2. or download this
    $VAR1 = {
              'local_vars' => [
    ...
                                ]
                              ]
            };
    
  3. or download this
    my ($open_tag, $tag_print, $cur_class, $cur_id,
         $defines_class, $defines_id, $tag_output );
    ...
    push @{$this->{local_vars}},
        [$open_tag, $tag_print, $cur_class, $cur_id,
         $defines_class, $defines_id, $tag_output];
    
  4. or download this
    $VAR1 = {
              'local_vars' => [
    ...
                                ]
                              ]
            };