in reply to (tye)Re: DATA munging data
in thread DATA munging data
Maybe i should have said that these characters are:
^L " O 6 ^B
(that is, <ctrl>-L, double quote, capital "oh", the digit 6, and <ctrl>-B)
For the record, i'm using an i686 Linux Red Hat 6.1 box. The output code could look something like:
And the input code like:print map {chr} (12,34,79,54,75,8,2);
In these examples, the problem exists, and binmode has not been used.@array = <DATA>;
After further testing it seems that if the character for backspace comes up in the sequence, than it deletes the previous character in the string before getting into the array, which explains some of my results. i'll be doing further testing on reading character by character to see if it resolves that issue.
Sorry for the lack of information, i think i'm kind of known for it... :-{
,xnaht
jynx
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(tye)Re2: DATA munging data
by tye (Sage) on May 11, 2001 at 01:50 UTC |