Why this is not working?Its ending with One test only, Its not working entire the string ======================================================== open(READ,"c:\\SMTP.txt");open(WRITE,">>c:\\SMTP1.txt"); while(<READ>) { /,/gi; print WRITE "'$`',";} ======================================================= Thanx in Advance Raju -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
- Re: REGEX Premath $` Veeraraju_Mareddi
- Re: REGEX Premath $` Jeff 'japhy/Marillion' Pinyan
- RE: REGEX Premath $` Gary MacDonald