Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: wiki regex reprocessing replacement

by tybalt89 (Monsignor)
on Feb 15, 2020 at 18:08 UTC ( [id://11112996]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    print $html eq $expected ? "passed" : "FAILED", "\n\n";
    print $wiki, "\n\n", $expected, "\n\n", $html, "\n";
    
  2. or download this
    passed
    
    ...
    <u><i>one <b>two</b></i> th/ree</u> null <u><i>four <b>five</b></i> si
    +x</u>  null <u><i>se_ven <b>eight</b></i> nine</u>
    
    <u><i>one <b>two</b></i> th/ree</u> null <u><i>four <b>five</b></i> si
    +x</u>  null <u><i>se_ven <b>eight</b></i> nine</u>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-03-29 06:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found