I am taking a Perl class, and one of my assignments has part that I just can't get.... it asks to read a text file (which I know how to do) but it wants the program to search for any instance of a period, question mark, or coma that appear at the end of a line (I am not sure how to do this....).
Once any line passes this test, it is supposed to print to the screen only the text in that line that occurs after the word "it".
Any help would be appreciated... I am missing something on this search and print function...
Thanks!