We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the section "Special Characters Inside a Bracketed Character Class" there is this:
$a =~ m/[$,]/; # double-quotish: matches "\t", "|", or " "
That looks utterly wrong to me.
The text was updated successfully, but these errors were encountered:
This is the issue tracker for the perldoc.perl.org web site. The perl documentation issue tracker is here: https://github.com/Perl/perl5/issues
Sorry, something went wrong.
Ok. Reported there: Perl/perl5#17892
No branches or pull requests
In the section "Special Characters Inside a Bracketed Character Class"
there is this:
That looks utterly wrong to me.
The text was updated successfully, but these errors were encountered: