Assignment #2 Assignment #2:
 

Write a perl program that takes a first and last name as input and outputs the name properly formatted.  Also ask for age and output the number of days old they are.

Here's what it should look like:

First Name:   homer
 Last Name:   sIMPson
            Age:  42

Your full name is: Homer Simpson
You are approximately 15330 days old.
 
 

Be sure to use comments and format your code neatly!