I have an autoresponder generating Perl errors and can't figure out why. The user's JSON file is valid:
{"stop":1655132400,"interval":10800,"start":null}
The message itself looks good, UTF-8 charset, line endings are LF.
The full error is:
Use of uninitialized value in concatenation (.) or string at bin/autorespond.pl line 87, <STDIN> line 28.
{"stop":1655132400,"interval":10800,"start":null}
The message itself looks good, UTF-8 charset, line endings are LF.
The full error is:
Use of uninitialized value in concatenation (.) or string at bin/autorespond.pl line 87, <STDIN> line 28.