$yahoo_headlines = { starting_page => 'www.yahoo.com/foo/', some_regex => qr/foo(.*?)bar/, html_tree_spec => [ '_tag', 'div', 'id', 'headlines' ] } #### use Scraper; use Scraper::Library qw( $yahoo ); scrape( $yahoo );