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]
- Re: untainting passwords Kurt Edmiston
- Re: untainting passwords Peter Scott
- Re: untainting passwords Me
- Re: untainting passwords Kevin Meltzer