Question: Please HELP me do it correctly, as I am struggling with this problem please. Perl Hash and Arravs Hash Create a hash that contains the
Please HELP me do it correctly, as I am struggling with this problem please.

Perl Hash and Arravs Hash Create a hash that contains the following first-name last-name pairs John Norman Robert Anson Christopher Fowler Robert Harris Dan Simmons Now add code to prompt for a first name. Use the reply to obtain the last name from the hash, and print the full name Arrays uestion #1 Create a Perl script named perlArray.pl. The script must perform the following a) Create an array listing six of your favorite foods and six of your least liked foods b) Move the disliked foods to another array c) Print out the first three items in the favorite foods array. Include some descriptive text to clarify your output. d) Ask the user to input another disliked food and append this new item to the array of disliked foods e) Move the newly added element to the beginning of the disliked foods array f) For the "favorite foods" array, move the value of the first element of the array to become the last element of the same array. g) Print out the first and last elements of both arrays to show the changes from the previous step h) Print to the terminal the number of elements in each array with some text
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
