diff options
| author | robbie-hatley <Robbie.Hatley@gmail.com> | 2023-12-01 19:21:05 -0800 |
|---|---|---|
| committer | robbie-hatley <Robbie.Hatley@gmail.com> | 2023-12-01 19:21:05 -0800 |
| commit | b141e31cfadd526a3c036527653b1c892ec51b97 (patch) | |
| tree | 233a4547279755e39feb00c68ee862f151e5012e | |
| parent | ca7692e8ee5d545956017631e72538527ebca12f (diff) | |
| download | perlweeklychallenge-club-b141e31cfadd526a3c036527653b1c892ec51b97.tar.gz perlweeklychallenge-club-b141e31cfadd526a3c036527653b1c892ec51b97.tar.bz2 perlweeklychallenge-club-b141e31cfadd526a3c036527653b1c892ec51b97.zip | |
Fixed RE and sample-input issues in 245-1.
| -rwxr-xr-x | challenge-245/robbie-hatley/perl/ch-1.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-245/robbie-hatley/perl/ch-1.pl b/challenge-245/robbie-hatley/perl/ch-1.pl index cb693b56a8..13310e8f45 100755 --- a/challenge-245/robbie-hatley/perl/ch-1.pl +++ b/challenge-245/robbie-hatley/perl/ch-1.pl @@ -42,7 +42,7 @@ IO NOTES: Input is via either built-in variables or via @ARGV. If using @ARGV, provide one argument which must be a double-quoted array of arrays of two arrays, with the inner array pairs consisting of an array of single-quoted strings followed by an array of small positive integers (1-9), in proper Perl syntax, like so: -./ch-1.pl "([['Go','Lisp','AutoIt3','Logo'],[2, 1, 4, 3]],[['Awk','Cobol','Perl','Sed'],['golf','quaint','broad','easy']])" +./ch-1.pl "([['Go','Lisp','AutoIt3','Logo'],[2, 19, 111, 3]],[['Awk','Cobol','Perl','Sed'],['golf','quaint','broad','easy']])" Output is to STDOUT and will be each input array followed by the corresponding output. |
