aboutsummaryrefslogtreecommitdiff
path: root/challenge-021/ruben-westerberg/README
blob: 1f319161be6c6b158e828089013ec89cc6652f58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Solution by Ruben Westerberg

ch-1.pl and ch-1.p6
===
Run with a single argument. Argument is the number of terms to add in calculating Eulers number. If no argument is given, a default of 10 terms are used.

ch-2.pl and ch-2.p6
===
Run with a single argument. Argument is a URI which is normalized (no semantic changes). If no argument is given a test URI is used.
- Normalizes scheme to lower case
- Normalize % codes to upper case
- decode unreserved % codes if present
- encode any characters outside of reserved or unreserved codes.