use strict 'refs';
use lib '..';
print header();
'This example demonstrates how to prompt the remote user to
select a remote file for uploading. ',
p,
to upload. When you press the submit button, this script
will count the number of lines, words, and characters in
the file.';
# Start a multipart form.
print start_multipart_form(),
"Enter the file to process:",
br,
p,
# Process the form if there is a file name entered
my %stats;
$lines++;
}
} else {
}
}
# print cite("URL parameters: "),url_param();
print hr(),
hr,
br,
'Last modified July 17, 1996',