Chandra-EPUB

 view release on metacpan or  search on metacpan

lib/Chandra/EPUB.pm  view on Meta::CPAN

=head2 load_epub

Load the EPUB file and extract its contents, including CSS, chapters, and images.

	my $book_data = load_epub('mybook.epub');

=cut

=head2 extract_body

Extract the inner content of the <body> tag from the given XHTML string.

	my $body = extract_body($xhtml);

=cut

=head1 AUTHOR

lnation <email@lnation.org>

=head1 BUGS



( run in 1.489 second using v1.01-cache-2.11-cpan-39bf76dae61 )