-
Notifications
You must be signed in to change notification settings - Fork 555
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
It could be a bug in the conditional operator '?:' #54
Comments
From mneumann@clip.deI had problems with the following code: ($s_gid && $s_gid ne $gid{"$s_user"}) ? $grpc = "-g $group{\"$s_gid\"}" that doesn't ran, but the following: ($s_gid && $s_gid ne $gid{"$s_user"}) ? {$grpc = "-g ran correct. The '?:' - operator should be higher that the '=', I'm a greenhorn in programming Perl (i do it for three months), so I'm bye Markus Neumann |
Migrated from rt.perl.org#856 (status was 'resolved')
Searchable as RT856$
The text was updated successfully, but these errors were encountered: