Question: The program is in Perl Scripting Make the program simple, please complete it ASAP. Perl Scripting CSCI 2215 Section Name: Date: Extra Credit (100 pts)
The program is in Perl Scripting Perl Scripting CSCI 2215 Section Name: Date: Extra Credit (100 pts) Instructions: Submit an electronic copy of the assignment to the Dropbox Create a Perl script named extracredit.pl. The script must perform the following: Check that the data file "gettysburg.txt" exists before opening it for read. Exit the script if the file cannot be read. If the file exists,then open the data file and an output file Read through the data file using a while loop or any iteration structure and check for the following: How many characters there are in the file 2) How many words are in the file 3) How many paragraph there is in the file (ifany) Print to the terminal and an output file with the infomation requested above. Close both files
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
