Hi guys, im trying to replace #<-(0N<-(s3T with *<-(0N<-(s3T
i get an error. 'unmatched < in regex......' Update: guys i got what i needed with: \Q search_string \E Can you please help. Thanksso im using: ...... foreach(@lines) { $_=~ $_ =~ s/\#<-(0N<-(s3T\/\*<-(0N<-(s3T/g; push(@newlines,$_); } ...
In reply to Find and Replace with special characters by perl2newbie
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |