in reply to Re^2: Regex to Array lookup question
in thread Regex to Array lookup question
Also, add "use strict;" to the code like I did. This will help you as you experiment with the code.
Update: this error: "JSON error at line 110, byte 2639/2647: Unexpected character '_' parsing initial state: expecting whitespace: 'n', '\r', '\t', ' ' at ./1.marshall.pl line 8, <DATA> line 1." Is complaining about the first underscore in the __END__ line that you added. The result is invalid JSON syntax. Error messages are often hard to figure out.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Regex to Array lookup question
by Aldebaran (Curate) on Apr 07, 2020 at 06:28 UTC | |
by Marshall (Canon) on Apr 07, 2020 at 06:37 UTC |