-
Notifications
You must be signed in to change notification settings - Fork 577
New warning 'Useless use of concatenation in void context' #270
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 [email protected]
/home/road35/local/sun4os5/perl5.00558/bin/perl5.00558 -wc tkmail Line in question is : my $dbname = "$ENV{'HOME'}/mail/status.db"; There is no explicit concatenation, and no void context that I can see. Perl Info
|
From [Unknown Contact. See original ticket]Nick.Ing-Simmons@tiuk.ti.com writes:
Of course there is: the right-hand-side is a shortcut for $ENV{'HOME'} . "/mail/status.db"; I cannot reproduce it here with perl -wle "my $dbname = \"$ENV{'HOME'}/mail/status.db\"; print $dbname" Please try to design a testcase. Ilya |
Migrated from rt.perl.org#1091 (status was 'resolved')
Searchable as RT1091$
The text was updated successfully, but these errors were encountered: