On Fri, May 10, 2019 at 05:26:43PM -0400, Andrew Dunstan wrote:
> I think we'll need to write that as:
>
> print $handle 'p $_siginfo',"\n";
>
> As you have it written perl will try to interpolate a variable called
> $_siginfo.
Anything in double quotes with a dollar sign would be interpreted as a
variable, and single quotes make that safe.
--
Michael