aboutsummaryrefslogtreecommitdiff
path: root/challenge-032/ruben-westerberg/README
blob: 967735670bd6bf9b478782982d6653e9cb66db45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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_and_2.p6 -vsort INPUTFILE
	ch-1_and_2.pl -v INPUTFILE

-v/-vsort will sort the entries by count value not key value