The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

HTML::Scrape - The great new HTML::Scrape!

VERSION

Version 0.1.0

SYNOPSIS

Handy helpers for common HTML scraping tasks.

    use HTML::Scrape;

    my $ids = HTML::Scrape::scrape_all_ids( $html );

FUNCTIONS

scrape_all_ids( $html )

Parses the entire web page and returns all the text in a hashref keyed on ID.

AUTHOR

Andy Lester, <andy at petdance.com>

BUGS

Please report any bugs or feature requests at https://github.com/petdance/html-scrape/issues..

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc HTML::Scrape

You can also look for information at:

LICENSE AND COPYRIGHT

This software is Copyright (c) 2023 by Andy Lester.

This is free software, licensed under: The Artistic License 2.0 (GPL Compatible)