in reply to How can I modify received socket messages in Perl?
$bytes = "\0\0\0"; $buffer = $bytes . $buffer; [download]