Subject: | String-only processing still outputs to STDOUT |
my $string = "<h1>foo</h1>";
my $toc = new HTML::GenToc();
my $all = $toc->generate_toc(
input => $string,
to_string => 1,
);
# still outputs to STDOUT
This queue is for tickets about the HTML-GenToc CPAN distribution.
The Basics
People
|
Bug Information
|