| HTML-Feature documentation | view source | Contained in the HTML-Feature distribution. |
HTML::Feature::Result -Result Class of HTML::Feature
my $result = HTML::Feature::Result;
$result->title("title");
$result->desc("desc");
$result->text("text");
retrun $result;
avoid memory leak;
Takeshi Miki <miki@cpan.org>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| HTML-Feature documentation | view source | Contained in the HTML-Feature distribution. |