Help for this page

Select Code to Download


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