On 10/28/05, John Doe <[EMAIL PROTECTED]> wrote:
> Jay Savage am Freitag, 28. Oktober 2005 16.05:
> [...]
> > But none of the advice here has untainted $name.
>
> From my answer:
>
> >This will find files and paths containing a lower character.
> >You probably meant
> >
> >        if ($name =~/^[a-z]+$/) {
> >
> >respectively, since -T expects untainting by a catched value (i think ;-):
> >
> >        if ($name =~/^([a-z])+$/) {
> >                $name=$1;
>
> :-)
>
> joe

I never saw your reply; must have gotten lost. (Noe I wonder what else
I've missed in the last couple of days).

just wanted to make sure I wasn't going crazy(er).

-- j
--------------------------------------------------
This email and attachment(s): [  ] blogable; [ x ] ask first; [  ]
private and confidential

daggerquill [at] gmail [dot] com
http://www.tuaw.com  http://www.dpguru.com  http://www.engatiki.org

values of β will give rise to dom!

Reply via email to