I have one line like this:
 
$command = '$ldapsearch -x -LLL -h "cds2.ford.com" -b "ou=People, o=Ford,c=US" "uid=$login" uid fordUNIXid';
 
If <condition>
{
$command = '$ldapsearch -LLL -h "cds2.ford.com" -b "ou=People, o=Ford,c=US" "uid=$login" uid fordUNIXid'
 # which -x need to remove
}
 
Could anyone let me know by using regular _expression_, how can I get rid of "-x"?
 
Thanks in advance!
 
Lixin


Do you Yahoo!?
Express yourself with Y! Messenger! Free. Download now._______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to