Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Removing delimiter

by helgi (Hermit)
on Oct 02, 2003 at 16:07 UTC ( [id://295960]=note: print w/replies, xml ) Need Help??


in reply to Removing delimiter

You're getting two things mixed up. The code you were using is meant to be run from the command line, not inside a script. Your script should look something like:

#!C:/Perl/bin/perl.exe -pi.bak tr/,//d;

And run it like so:

C:\>script.pl testdata.txt
I hope this helps. This of course assumes that you just want to remove the commas and not replace them with anything else.


--
Regards,
Helgi Briem
hbriem AT simnet DOT is

Log In?
Username:
Password:

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

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

    No recent polls found