Advertisement

01.22.2008 at 06:45AM PST, ID: 23101213 | Points: 250
[x]
Attachment Details

Problem In generating the CSV file in the perl code. using Apache

Asked by Aloha_Technology in CGI Scripting, Perl Programming Language, Apache Web Server

Tags: ,

Hi Experts ,

We are implementing the functionality to generate the CSV file (reports) in the perl - Apache environment.

This functionality seems to work improperly   for  some data. We  are using the following code to get the things done.

<code>
my $r = Apache->request;
$r->content_type('text/csv');
my $headers_hash = $r->headers_out;
$headers_hash->{'Content-disposition'} = "attachment; filename=" . $report_name . ".csv";
<code>

This code is expected to ask to save the generated .CSV  file , but it is not doing the same.

Any advice where I should concentrate so that I can get the better and correct output in the CSV format


Thanks,

 





Start Free Trial
[+][-]01.22.2008 at 07:56AM PST, ID: 20715342

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]01.23.2008 at 01:12AM PST, ID: 20721846

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]01.23.2008 at 01:35AM PST, ID: 20721976

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]01.23.2008 at 07:25AM PST, ID: 20724002

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]01.24.2008 at 05:05AM PST, ID: 20732584

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]01.24.2008 at 06:36AM PST, ID: 20733294

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]01.26.2008 at 12:16AM PST, ID: 20748885

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]01.28.2008 at 07:22AM PST, ID: 20759685

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]01.28.2008 at 11:10PM PST, ID: 20765923

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02.07.2008 at 12:41AM PST, ID: 20839149

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628