|
|
| XP is just a number | |
| PerlMonks |
Re: Re: Re: is this correctby repson (Chaplain) |
| on Feb 03, 2001 at 03:20 UTC ( [id://56198]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
To abstract it a little more
perl -i.back -pe 's/\t/ /g' file The -i means copy original file to file.back and put the output of program in file. The -p is like -n but does while(<>){YOUR_CODE; print;} instead.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||