Re: change chr(9) ?



max (max@xxxxxxxxxxxx) wrote on MMMMCMXXIX September MCMXCIII in
<URL:news:es3lo6$n7r$1@xxxxxxxxxxxxxx>:
!! Help
!!
!! 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. Go read its manual.


Abigail
--
perl -wle 'eval {die ["Just another Perl Hacker"]}; print ${$@}[$#{@${@}}]'
.