Replying to minor mistake in the sample Perl in my previous email:

On Mon, Aug 12 2019, Gerald Turner wrote:
>     if ($edgetrigger and ($prevmatch_bool == 0 ? 0 : 1) != $match) {

Should be:
      if ($edgetrigger and ($prevmatch == 0 ? 0 : 1) != $match) {

-- 
Gerald Turner <gtur...@unzane.com>        Encrypted mail preferred!
OpenPGP: 4096R / CA89 B27A 30FA 66C5 1B80  3858 EC94 2276 FDB8 716D

Attachment: signature.asc
Description: PGP signature

Reply via email to