in reply to Re^7: a random_data() implementation
in thread How to efficently pack a string of 63 characters
If I understand you correctly: yes, the 3-line data contained things like AAAAAAA, that was picked up by my generator and produced lines like ACAAAABBBCCCAAAABBBBCCAAABCAAAAAAABBBBBBBBBBBBBCAAAACAAABCAABCA
$data = join "", @data, @$random_data; # remove \n they can be re-ins +erted later # Add this to print all data print join("\n", @$random_data);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: a random_data() implementation
by LanX (Saint) on Sep 11, 2021 at 14:31 UTC | |
|
Re^9: a random_data() implementation
by LanX (Saint) on Sep 10, 2021 at 20:51 UTC |