diff options
| -rw-r--r-- | challenge-024/randy-lauen/perl5/ch-2.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/challenge-024/randy-lauen/perl5/ch-2.pl b/challenge-024/randy-lauen/perl5/ch-2.pl index 8f65832fd5..96c9eb10ae 100644 --- a/challenge-024/randy-lauen/perl5/ch-2.pl +++ b/challenge-024/randy-lauen/perl5/ch-2.pl @@ -11,9 +11,9 @@ Notes: Example Usage: $ perl ch-2.pl minds - Found 2 document(s) for 'minds' - * "Pride and Prejudice": 1 occurence(s) - * "War of the Worlds": 1 occurence(s) + Found 2 document(s) for 'minds' + * "Pride and Prejudice": 1 occurence(s) + * "War of the Worlds": 1 occurence(s) $ perl ch-2.pl universe Found 0 document(s) for 'universe' |
