The replace works but the ? still stays there How can i get this replaced? I cannot exclusively replace the ? since there are other instances which I dont want to replace. Is there a way to get around it? Thanks$temp1='http://test.com/web/main?'; $temp2='https://test.com/web1/test1'; $proc_string =~ s/$temp1/$temp2/g;
In reply to String Replace by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |