diff options
| author | Randy Lauen <randy.lauen@gmail.com> | 2019-09-03 20:07:59 -0500 |
|---|---|---|
| committer | Randy Lauen <randy.lauen@gmail.com> | 2019-09-03 20:07:59 -0500 |
| commit | eeaf64155298cc2b923bfb16ff5697c012d2a0c3 (patch) | |
| tree | 8b10fe6234cff0bc354508767b80e7563a5392ab | |
| parent | 9673cb4f1df96f0fbf5787a6f5f74d3178e21a9b (diff) | |
| download | perlweeklychallenge-club-eeaf64155298cc2b923bfb16ff5697c012d2a0c3.tar.gz perlweeklychallenge-club-eeaf64155298cc2b923bfb16ff5697c012d2a0c3.tar.bz2 perlweeklychallenge-club-eeaf64155298cc2b923bfb16ff5697c012d2a0c3.zip | |
remove tab chars
| -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' |
