Steve Hay wrote:
> Yes, the following program crashes:
>
> use Tie::Array;
> tie @_, Tie::StdArray;
> @_ = "\xff";
> & {sub { goto &utf8::encode }};Thank you! But argh!!! I even used cBOOL at first, then when I refactored slightly I accidentally got rid of it.
