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)
>
> Matt.
>

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] }


-- 
between myriad opposing forces

Reply via email to