Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Preserving newlines with Web::Scraper

by haukex (Archbishop)
on Dec 25, 2018 at 11:35 UTC ( [id://1227691]=note: print w/replies, xml ) Need Help??

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;
    };
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1227691]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (1)
As of 2024-04-25 00:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found