gcomnz writes:
> Hey all, more pleac conversion questions:
>
> I can't prove with the docs that a heredoc will continue to work as
> positional params to a function call, particularly where it's not the
> first param:
>
> die "Couldn't send mail" unless send_mail < here doc here ...
>
Hey all, more pleac conversion questions:
I can't prove with the docs that a heredoc will continue to work as
positional params to a function call, particularly where it's not the
first param:
die "Couldn't send mail" unless send_mail <