Escaping with tr
- From: subscr@xxxxxxxxxx (Bernard van de Koppel)
- Date: Wed, 31 Aug 2005 00:16:50 +0200
Hi,
How can I get all the " characters out of a csv file.
Input looks like
"bla bla";"bla bla";"bla bla"
and it has to look like
bla bla;bla bla; bla bla
I tried $text=~ tr(#\"##);
but perl keeps complaining about "Might be a runaway multi-line ;;" starting
on the line with tr.
Help greatly apreciated,
Bernard
.
- Follow-Ups:
- Re: Escaping with tr
- From: John W. Krahn
- Re: Escaping with tr
- From: Eric Walker
- Re: Escaping with tr
- Prev by Date: Programmatically Creating MSAccess Databases?
- Next by Date: Re: Escaping with tr
- Previous by thread: Tie::Registry
- Next by thread: Re: Escaping with tr
- Index(es):
Relevant Pages
|