#!/usr/bin/perl -w use strict; use warnings; use CGI qw(:standard); use CGI::Carp qw(fatalsToBrowser); my $updated = ""; ## set up the HTML page with the header and title lines print header; # start HTML head print start_html("Download page"); # print title bar with string print <) { print $_; } close FILE; print end_html; #### print('Download Files here');