Help for this page
Photo 1: <input type=file name=photo><br> Photo 2: <input type=file name=photo><br> Photo 3: <input type=file name=photo><br> ...
#!/usr/bin/perl -w use strict; ... my $cgi = CGI->new; my @pictures = $cgi->param('photo'); ...
use strict;