On 10/23/21 18:03, Bruce Gray wrote:
As to your "null string", I am glad that you resolved your problem, but I 
cannot get this code to hang:
        $NewRev ~~ s/ ^ .*? ('Release Notes <strong>V') //;
, just by preceding it with this line:
        $NewRev = '';
, so I may misunderstand the nature of your accident.

It would be unusual for you to have been able to
duplicate it.  It had to travel through an external
call to curl and be read back from STDIN.  Come
to think of it, whatever was in it (curl showed a
zero length download), it probably was not a nul.

Reply via email to