Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Regex not matching all in DB

by Willman023 (Scribe)
on Jan 30, 2003 at 15:10 UTC ( [id://231338]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <br>&lt;/pre&gt;<br>&lt;img src=http://blah.microsoft.com/analog_sc/bp
    +/_lessons_learned/2788_1.jpg&gt;<br>&lt;br&gt;<br>&lt;img
    
  2. or download this
    #!/opt/perl/bin/perl -w
    
    ...
            $_[0] =~ s/&lt;/</g; # REPLACES ALL HTML < SYMBOLS IN DB
            $_[0] =~ s/&gt;/>/g; # REPLACES ALL HTML > SYMBOLS IN DB
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://231338]
Approved by Mr. Muskrat
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (8)
As of 2024-03-28 15:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found