<?xml version="1.0" encoding="windows-1252"?>
<node id="1003770" title="Re^3: How to concatenate N binary buffers?" created="2012-11-14 04:43:23" updated="2012-11-14 04:43:23">
<type id="11">
note</type>
<author id="747201">
afoken</author>
<data>
<field name="doctext">
&lt;blockquote&gt;I was wondering if "." could change in some way the content of the two buffers. Since it's string concatenation operator, I was worried that some sort of "stringification" of the two buffers could change them some way (this is why I asked if there's a way to concat two binary buffers). I am still not sure about this. &lt;/blockquote&gt;
&lt;p&gt;Perl's strings are "8-bit-clean". You can store binary data in them, and you can use all string operators on them, even if &lt;i&gt;you&lt;/i&gt; consider your data binary. Stringification does not happen here, because for Perl, the data is already a string.&lt;/p&gt;
&lt;blockquote&gt;Regarding the size of the read data: I am actually trying to put back together some stripes from a dead raid array, so if I am not able to read exactly $bufsize bytes I'd better die away asap :) &lt;/blockquote&gt;
&lt;p&gt;Consider using &lt;c&gt;dd conv=noerror&lt;/c&gt;, [http://www.garloff.de/kurt/linux/ddrescue/|dd_rescue] or [http://www.gnu.org/software/ddrescue/ddrescue.html|ddrescue] instead of Perl. If you care about your data, don't touch it and pay experts to rescue the data.&lt;/p&gt;
&lt;p&gt;Alexander&lt;/p&gt;
&lt;div class="pmsig"&gt;&lt;div class="pmsig-747201"&gt;
--&lt;br&gt;
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)
&lt;/div&gt;&lt;/div&gt;</field>
<field name="root_node">
1003666</field>
<field name="parent_node">
1003759</field>
</data>
</node>
