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

Re: how to in-place update a dataset?

by jaredor (Priest)
on Mar 14, 2013 at 07:15 UTC ( [id://1023397]=note: print w/replies, xml ) Need Help??


in reply to how to in-place update a dataset?

Use the -i option for command line perl, e.g,

perl -pi -e 'chomp; ($_ = "\t$_\t") =~ s/\t(?=\t)/\tMissing/g;' \ -e 's/\A\t//; s/\t\Z/\n/;' RawFile

Replies are listed 'Best First'.
Re^2: how to in-place update a dataset?
by littlewenwen (Novice) on Mar 14, 2013 at 14:24 UTC
    Wow! There is so much information in all of your replies that I may need some time to digest. Thank you all very much for great help.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-26 07:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found