>      my %vars = {TOO_WIDE => 1};

That isn't doing what you think it's doing.  Try this:

my $vars = { 'TOO_WIDE' => 1 };

Reply via email to