J
JD
Hello,
I have a html-like string, and would like to remove the left part,
including the leftmost '>'. I use s/^.*>//;
but it does not work as expected (neither does s/^.*\076//.
Something funny is going on, but I do not know what. It looks like a
shift-operator comes into action.
Can someone tell me what the problem might be, and how to get it right?
Thank you.
I have a html-like string, and would like to remove the left part,
including the leftmost '>'. I use s/^.*>//;
but it does not work as expected (neither does s/^.*\076//.
Something funny is going on, but I do not know what. It looks like a
shift-operator comes into action.
Can someone tell me what the problem might be, and how to get it right?
Thank you.