in the code snippets perl syntax highlighter, this regexp:
$string =~ s/^\s+//;
the first 's' after the '=~' operator is correctly linked to the perldoc page concerning the 's' function, the second 's' however is also linked to the same page, which is not correct since it is the meta character for a white space.