|
Re: i am REALLY struggling
WOW! that isn't in any of my assignments for PERL at all, that is strange! The closest I could find was this question
Write a program which reads from a text file and counts the number of punctuation characters used within it. The name of the file should be prompted from the keyboard when the program is run. For example, if you provide the name of the file containing the given text.
Produce screenshots of the output from your program, along with the source files used. At least one Perl script should be tested as an input file for your program.
Your program has been designed to run as required although it would have been good to see both a test file and an output for the given test file. This aside some good work.
I have the script for that above if any good?
|