my $input_name = ; push @EMP_INFO, $input_name; print "What is the location name\n"; my $input_location = ; push @EMP_INFO, ; #correct this on your own print "What is the age \n"; my $input_age = ; push @EMP_INFO, ;