Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: Search and replace the word in Column 16

by gellyfish (Monsignor)
on Jul 25, 2006 at 12:17 UTC ( [id://563494]=note: print w/replies, xml ) Need Help??


in reply to Re: Search and replace the word in Column 16
in thread Search and replace the word in Column 16

I don't think you meant split /|/ as witnessed by the the output of the following:

print +join '*', split /|/, 'AT0000937503|20060530|||142.708534||GROUP + AG|30618720||||OPEN|ISIN|4943402|VSE|STOCK|39600000|0.77320';
You need to escape the regex metacharacter '|'.

/J\

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://563494]
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: (4)
As of 2024-04-24 21:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found