Help for this page
while ($bytesread = read($raw_file,$buffer,1024)) { print O $buffer; }
while (read($raw_file,$buffer,1024)) { print O $buffer; }