-
Notifications
You must be signed in to change notification settings - Fork 559
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
Documentation for => needs clarifying? #37
Comments
From [email protected]The following program: #!perl -w produces the output Unquoted string "one" may clash with future reserved word at /tmp/test.pl line 4. It appears that the auto-quoting behaviour of the => operator does not The perlop manpage just says The => digraph is mostly just a synonym for the comma If the behaviour of => is left unchanged, this should be changed to it also forces an unquoted word to Alternatively, the behaviour of => could be changed so that any amount Perl Info
|
From [Unknown Contact. See original ticket]Here's the sample code: %a = (one => 1); # no warning This should be fixed in the tokenizer and not the documentation. Nat |
From [Unknown Contact. See original ticket]Nathan Torkington wrote:
This works for small values of tested. I leave possible side effect Rick *** perl-5.5.670/toke.c.old Sat Feb 26 00:24:50 2000 |
From The RT System itselfFixed by Change 5977 |
Migrated from rt.perl.org#838 (status was 'resolved')
Searchable as RT838$
The text was updated successfully, but these errors were encountered: