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

Data::Pipeline::Adapter::FetchPage - fetch a web page and split it into items

SYNOPSIS

 use Data::Pipeline qw( FetchPage );

 Pipeline(
     FetchPage(
         cut_begin => ...,
         cut_end => ...,
         split => ...,
         url => ...
     )
 )

DESCRIPTION