in reply to Re: The story of a strange line of code: pos($_) = pos($_);
in thread The story of a strange line of code: pos($_) = pos($_);

His problem has nothing to do with pos. pos was his solution.
  • Comment on Re^2: The story of a strange line of code: pos($_) = pos($_);

Replies are listed 'Best First'.
Re^3: The story of a strange line of code: pos($_) = pos($_);
by LanX (Saint) on Mar 10, 2010 at 23:06 UTC
    and pos($_) = pos($_); was my solution when dealing with \G.

    But I have to admit that I'm not understanding everything ambrus is talking about.

    Cheers Rolf

    UPDATE: corrected typo! (thx ikegami)