in reply to get the filename from CGI::UploadEasy
my $info = $ue->fileinfo; my %HoH = %{$info}; foreach (keys %HoH){ print; } [download]