# New Ticket Created by "E.B.Chang" # Please include the string: [perl #21568] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=21568 > Here are some suggested corrections for perlfunc.pod. I apologize for not putting this in the form of a patch, but a) I have version 5.6.1, and the line numbers may be different with 5.8.0, and b) I confess I don't know how to generate a patch. =item tr/// Current: The transliteration operator. Same as C<y///>. See L<perlop>. Suggested revision: The transliteration operator. Same as C<y///>. See L<perlop/"Quote and Quote-like Operators">. ------------------------------------ =item y/// Current: The transliteration operator. Same as C<tr///>. See L<perlop>. Suggested revision: The transliteration operator. Same as C<tr///>. See L<perlop/"Quote and Quote-like Operators">. ------------------------------------ =item m// Current: The match operator. See L<perlop>. Suggested revision: The match operator. See L<perlop/"Regexp Quote-Like Operators">. ------------------------------------ =item s/// Current: The substitution operator. See L<perlop>. Suggested revision The substitution operator. See L<perlop/"Regexp Quote-Like Operators">.