-
Notifications
You must be signed in to change notification settings - Fork 578
Inconsistent use of one character `v' strings #2277
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
Comments
From @AbigailCreated by @AbigailConsider: print v97; # prints "a" (OK) print eval "v97"; # prints v97. (Not OK) print v97.v97; # prints "aa". (OK) Perl Info
|
From @AbigailMost cases work correct in 5.8.0, except for print v97, v97; which prints: No comma allowed after filehandle Abigail |
From @AbigailMost of the reported cases are fixed. |
@Abigail - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#3595 (status was 'resolved')
Searchable as RT3595$
The text was updated successfully, but these errors were encountered: