I'm sorry, I'm pretty much new at Perl, I've only been at it for about 2 weeks.
my %IPs; #Added in this HASH
my $User;
my $Dd;
my $Tt;
my $Ap;
my $Dest;
my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst);
#my $Choices;
#my $PickNumber;
print "Which file: ";
$TheDB =...