Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Removing special characters

by Plato (Friar)
on Mar 24, 2006 at 09:17 UTC ( [id://538980]=note: print w/replies, xml ) Need Help??


in reply to Removing special characters

Try this:
#!/usr/bin/perl foreach my $file (<DATA>){ $file =~ s/"//g; print "$file"; } __DATA__ "information","1234","3/23/2006 9:00:18AM","data","data","data","data" "information","1234","3/23/2006 9:00:18AM","data","data","data","data" "information","1234","3/23/2006 9:00:18AM","data","data","data","data"

Plato,

Log In?
Username:
Password:

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

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

    No recent polls found