Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^4: How to parse not closed HTML tags that don't have any attributes? (updated)

by Rantanplan (Novice)
on Mar 07, 2021 at 16:40 UTC ( [id://11129285]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    {"Street name" => "Sample Street",
    "House number" => "123",
    "ZIP Code" => "45678",
    "City name" => "Randomcity"}
    
  2. or download this
    {"Sample Street 12345678 Randomcity" => ""}
    
  3. or download this
    use warnings;
    use strict;
    ...
    {
      "Sample Street 12345678 Randomcity" => "This_is_the_address_content"
    +,
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-25 06:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found