Hi, can someone tell me the proper syntax for untainting a UNIX password?

if ($password_T =~ /(  )/) {$password = $1;} else {$password=' ';}

What goes in the ( ) ?

Thanks,
Kurt


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

Reply via email to