Write a Perl script that prints the contents of a file called dna.txt in reverse order. For example if the file contains >human ACCGT >chimp ACGGT then the output of the program should be ACGGT >chimp ACCGT >human Submit a hardcopy solution in class on Sept 15th.