Recent content by Dead-Off

  1. D

    Perl programming search and display help?

    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');
  2. D

    Perl programming search and display help?

    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