If the string begins with ^abc,don’t modify it.otherwise append abc to the beginning of it.
I know it can be done by 2 steps:m// and s//,but I want to do it in a single s/../ in perl.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
does the trick, although
might be clearer.