Help for this page
use warnings; use strict; ... __END__ { paragraph => "Blah\n\nBlah\n\nBlah\n" }
*Web::Scraper::build_tree = sub { my($self, $html) = @_; ... $t->eof; $t; };