Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Scraping a website - Unterminated quoted string

by huck (Prior)
on May 04, 2017 at 18:55 UTC ( [id://1189519]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ($html =~ m/href="(\/listing\/category.inland\/prepare\/last-news\/
    +\d+">)Weiter/) {
    
  2. or download this
    if ($html =~ m/href="(\/listing\/category.inland\/prepare\/last-news\/
    +\d+)">Weiter/) {
    
  3. or download this
    if ($html =~ m/href="(\/inland\/\d+\-.*?\/" class="cover__link link ">
    +)/g)
    
  4. or download this
    if ($html =~ m/href="(\/inland\/\d+\-.*?\/)" class="cover__link link "
    +>/g)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-19 07:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found