At 01:07 PM 8/19/01 -0400, Kurt Edmiston wrote:
>Hi, can someone tell me the proper syntax for untainting a UNIX password?
>
>if ($password_T =~ /(  )/) {$password = $1;} else {$password=' ';}
>
>What goes in the ( ) ?

Show us the operation you want to perform on the password which fails when 
used with tainted data.

--
Peter Scott
Pacific Systems Design Technologies
http://www.perldebugged.com


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to