Perl programming search and display help?

Dead-Off

New member
I need help with a command that will search a document for words ending in "ing" and print them. Any help would be appreciated :)
this is the file:

open (MYFILE, 'in.txt');
 
Back
Top