Skip to content

Conversation

@mauke
Copy link
Contributor

@mauke mauke commented Aug 30, 2023

If you're looking for the syntax of Perl expressions or strings, you might think that "perlsyn - Perl syntax" is the document you need. But perlsyn is mostly about syntax at the statement level. Expressions (including how string literals are parsed, available escape sequences, etc) are documented in perlop instead.

Hopefully, making the abstract slightly more verbose will make it easier for people to find the documentation they're looking for.

If you're looking for the syntax of Perl expressions or strings, you
might think that "perlsyn - Perl syntax" is the document you need. But
perlsyn is mostly about syntax at the statement level. Expressions
(including how string literals are parsed, available escape sequences,
etc) are documented in perlop instead.

Hopefully, making the abstract slightly more verbose will make it easier
for people to find the documentation they're looking for.
@haarg haarg merged commit 1b2f9fc into Perl:blead Sep 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants