Hello ,

I need to download file from the server based on user inputs.
Suppose user give the input Gabon and Core,the file name which should get downlaoded will be Gabon_Core.csv.
I tried to create below code for the same but somehow it is not working.Any help will be highly appreciated.

#!/usr/bin/perl

use CGI ':standard';
use CGI::Carp qw(fatalsToBrow ser);

my $files_location ;...