in reply to Re: Mixed Data
in thread Mixed Data
And this does remove the binary zeros from inside of the records.while (<>) { print join ' ',split /\x00/; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Mixed Data
by Zaxo (Archbishop) on Nov 09, 2001 at 14:28 UTC |