blob: 14ffe9e0861ca8f2105ef33263e705fa39dcd20d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Solution by Ruben Westerberg
ch-1.pl and ch-1.p6
===
Run the program to with two arguments to calculate the Ackerman value of them
Displays the current recusrion count as a progress indicator and displays the
calculated value and total recursion count as last output.
ch-2.pl and ch-2.p6
===
Run the program with a command line argument (in single quotes). The argument is a URL to validate.
With no command line argument, uses builtin test URI
|