diff options
| author | Ruben Westerberg <drclaw@mac.com> | 2019-12-29 21:42:23 +1000 |
|---|---|---|
| committer | Ruben Westerberg <drclaw@mac.com> | 2019-12-29 21:42:23 +1000 |
| commit | 8639b389b24f1ba7cb1cb12cd7b748cbf2592066 (patch) | |
| tree | eb894b54427b212374d7df830f283235e749b51b /challenge-040 | |
| parent | 019b62c7605e93f247d7cbd001d769dcd5cce970 (diff) | |
| download | perlweeklychallenge-club-8639b389b24f1ba7cb1cb12cd7b748cbf2592066.tar.gz perlweeklychallenge-club-8639b389b24f1ba7cb1cb12cd7b748cbf2592066.tar.bz2 perlweeklychallenge-club-8639b389b24f1ba7cb1cb12cd7b748cbf2592066.zip | |
Added README
Diffstat (limited to 'challenge-040')
| -rw-r--r-- | challenge-040/ruben-westerberg/README | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/challenge-040/ruben-westerberg/README b/challenge-040/ruben-westerberg/README index ec2a5fe038..be0526d4eb 100644 --- a/challenge-040/ruben-westerberg/README +++ b/challenge-040/ruben-westerberg/README @@ -2,12 +2,11 @@ Solution by Ruben Westerberg ch-1.pl and ch-1.p6 =================== -Run program to process guest log and display the amount of time lights are on +Run the program to select a slice of an array of arrays. Indexes can be specified from the command line ch-2.pl and ch-2.p6 =================== -Run the program with a RPN formated expression ( + - * / supported) as an argument (don't forget to quote). -Output is the result of the RPN expression. A default expression is used if no arguments are present +Run the program to sort the specified entries in the predfined list. |
