diff options
| author | Ruben Westerberg <drclaw@mac.com> | 2019-11-05 14:44:59 +1000 |
|---|---|---|
| committer | Ruben Westerberg <drclaw@mac.com> | 2019-11-05 14:44:59 +1000 |
| commit | 2a5c332304353bcbc2487d4792a589387deec93c (patch) | |
| tree | 8bde96345c23b4ac8cf28efaffdbf893c1f62c95 /challenge-033/ruben-westerberg | |
| parent | a5308c775f6b18d5e7aabc4d3e626ba12c9d3cdd (diff) | |
| download | perlweeklychallenge-club-2a5c332304353bcbc2487d4792a589387deec93c.tar.gz perlweeklychallenge-club-2a5c332304353bcbc2487d4792a589387deec93c.tar.bz2 perlweeklychallenge-club-2a5c332304353bcbc2487d4792a589387deec93c.zip | |
Added README
Diffstat (limited to 'challenge-033/ruben-westerberg')
| -rw-r--r-- | challenge-033/ruben-westerberg/README | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/challenge-033/ruben-westerberg/README b/challenge-033/ruben-westerberg/README index 967735670b..042d724fa7 100644 --- a/challenge-033/ruben-westerberg/README +++ b/challenge-033/ruben-westerberg/README @@ -1,16 +1,16 @@ Solution by Ruben Westerberg -Challenge 1 and 2 contained in ch1.pl and ch1.p6 files. -Output is a histogram listing of repeated values. Numeric values and a graph are output -Usage examples: - ch-1_and_2.p6 INPUTFILE - ch-1_and_2.pl INPUT FILE +ch-1.pl and ch-1.p6 +================== +Run the program with either standard input of a list of file paths as command line arguments. +Outpus the count of all letters in the files. - ch-1_and_2.p6 -vsort INPUTFILE - ch-1_and_2.pl -v INPUTFILE --v/-vsort will sort the entries by count value not key value +ch-2.pl and ch-2.p6 +================== +Generates a formated multiplication table. Upper half only. +Defaults to a limit of 11. Use a command line argument to set the limit of the table size. |
