Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: zapping gremlins

by imp (Priest)
on Jul 02, 2006 at 04:55 UTC ( [id://558830]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     perl -e 'print ord(shift) . "\n"' "’"
    
  2. or download this
    $in{'content'} =~ s/\x92/’/g;
    
  3. or download this
    # Somewhere in an init function I define the hex value => string mappi
    +ng
    # I find it easier to edit this way
    ...
        # And then later when I need to do the replacing:
        $data =~ s/$msword_re/$msword_replace{$1}/g;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-03-29 15:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found