Help for this page

Select Code to Download


  1. or download this
        $self->{_content} .= $$chunkref;
    
  2. or download this
        my @total_content;
    
    ...
            }
        }
        $response->add_content(join('', @total_content));