C:\>perl $string = "abc"; $string =~/abc/xyz/si; Bareword found where operator expected at - line 3, near "/abc/xyz" (Missing operator before yz?) ^Z syntax error at - line 3, near "/abc/xyz" Execution of - aborted due to compilation errors. C:\>