-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
Quoting barewords with the negation operator not supported #109
Comments
We documented two relevant pieces:
I think it covered the above well. Do you think we should still explicitly mention this case? |
I was a little off in the issue title, (An alternative but more radical change would be to reorganize the docs and put "Auto-quoting", "HEREDOCs", and "Q-Like values delimiters" in a new section "Strings". By the way, looking at the sections in the docs, aren't "constructs that the perl interpreter understands but that that Standard Perl does not support" and "limitations that Standard Perl has which the perl interpreter doesn't" kind of the same thing?) |
We would be very happy to receive a documentation patch in the form you think is most readable and least confusing.
Not a bad idea. Would you be able to create a PR for this?
They are similar, that is true. Maybe they should also be merged. The idea was that the former is about things Standard Perl does not understand and the latter is situations in which Standard Perl purposefully prefers to not recoginize. It also refers to what Perl wants to support versus additional lee-way it gives the user. I agree these differences might not be significant enough to separate to two parts. Documentation patch on this would also be welcomed. :) |
For example,
print -foo;
, which would normally just print the string-foo
, is not supported. If this is on purpose, it should probably be documented.The text was updated successfully, but these errors were encountered: