Help for this page
use CGI; my $query = new CGI; ... -type => 'application/vnd.ms-excel', -Content_Disposition => 'attachment' );
print $query->header( -type => 'application/octet-stream', -Content_Disposition => "attachment" );