Help for this page
#! /usr/bin/env perl use strict; use warnings; ... } print "found it!\n" if file_has_word(@ARGV);