HTML::Feature::Decoder - Data decoder that relies on Data::Decode.


HTML-Feature documentation  | view source Contained in the HTML-Feature distribution.

Index


NAME

Top

HTML::Feature::Decoder - Data decoder that relies on Data::Decode.

SYNOPSIS

Top

  use HTML::Feature::Decoder;

  my $decoder = HTML::Feature::Decoder->new( context => $html_feature );
  my $decoded = $decoder->decode($indata); # $in_data is either of a string of HTML document or a HTTP::Response object

DESCRIPTION

Top

This is a wrapper of Data::Decode.

METHODS

Top

new

decode

AUTHOR

Top

Takeshi Miki <miki@cpan.org>

LICENSE

Top

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Top


HTML-Feature documentation  | view source Contained in the HTML-Feature distribution.