CGI->new->header( -type => 'application/octet-stream', -attachment => $attfeld[0], -Content_Range => 'bytes 0-' . length ($content) . '/' . length ($content), -Content_length => length $content, )