Hi! I have used print "Content-type: application/octet-stream\n"; print "Content-Disposition: attachment; filename=demo.tmp\n"; print "Content-Description: sample\n\n"; to dump some files from mySQL databases.
Now I wish to import it to embperl mode. I used $http_headers_out{Content-type} = "application/octet-stream"; $http_headers_out{Content-Disposition} = "attachment; filename=demo.tmp"; But it won't work. What is wrong? Thanks in advance. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]