Perl Primer .edu

Write a program that has a list of three of months (January, February, March) and prints this out. It should then add April to the list and print it out. It should then remove the 2nd item on the list and print out the length of the list and the full list. ................
................