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

search and replace is not working as expected...

by Anonymous Monk
on Nov 20, 2002 at 15:42 UTC ( [id://214489]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #get rid of the bad doct characteres
    if ($ARRGH =~ /<className>ibZtfacr008_chg<\/className>/) {
        $ARRGH =~ s/<doct>Customer trans\.(.*)<\/doct>/<doct>Customer tran
    +s\.<\/doct>/g;
    }
    
  2. or download this
    <event>
      <className>ibZtfacr008_chg</className>
    ...
        <doct>Customer trans. garbage</doct>
      </newvalue>
    </event>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (6)
As of 2024-04-16 17:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found