Re: change chr(9) ?
- From: Ben Morrow <ben@xxxxxxxxxxxx>
- Date: Wed, 28 Feb 2007 17:40:44 +0000
Quoth Gunnar Hjalmarsson <noreply@xxxxxxxxx>:
Abigail wrote:
max wrote:
!! I have txt file with chr(9) in text, how to change chr(9) - horizontal tab
!! to chr(32)"space"
I'd use 'tr'. But that isn't Perl.
Why do you say that 'tr' is not Perl?
Because Abigail was referring to the tr(1) Unix utility, which is not
Perl. Perl derives its tr/// operator from the tr(1) utility.
Ben
--
I must not fear. Fear is the mind-killer. I will face my fear and
I will let it pass through me. When the fear is gone there will be
nothing. Only I will remain.
ben@xxxxxxxxxxxx Frank Herbert, 'Dune'
.
- References:
- change chr(9) ?
- From: max
- Re: change chr(9) ?
- From: Abigail
- Re: change chr(9) ?
- From: Gunnar Hjalmarsson
- change chr(9) ?
- Prev by Date: Parent process unable to read messages from child process
- Next by Date: Perl and MySQL
- Previous by thread: Re: change chr(9) ?
- Next by thread: Re: change chr(9) ?
- Index(es):
Relevant Pages
|