Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
When I move CGI::Application, I've tried leaving this in which returns the results plus an additional header at the bottom of the JS scroll list. If I comment out the print header line it doesn't work at all. What can I do to have one correct header returned from CGI::Application. I appreciate any feedback.print $q->header(); foreach my $row ( @$Results ) { print "$row->{'DOC_SUB_TYPE'}|$row->{'DESCRIPTION'}\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI to CGI::Application, headers problem
by Anonymous Monk on Jan 20, 2011 at 11:00 UTC | |
by Anonymous Monk on Jan 20, 2011 at 11:18 UTC | |
by Anonymous Monk on Jan 20, 2011 at 11:16 UTC | |
by Anonymous Monk on Jan 20, 2011 at 11:23 UTC |