On Wed, 20 May 2009, David Nicol wrote:

On Wed, May 20, 2009 at 10:28 PM, Matt Sergeant <m...@sergeant.org> wrote:

(there's a completely ignored bug in perl with -T and hash keys which I
filed months ago)


that hash keys are never tainted is documented, if that's your bug.  It
allows for a quick and dirty

  sub detaint($){ [ keys %{{ $_[0] => 1 }} ] -> [0] }

Nope. #56842. Very annoying.

Matt.

Reply via email to