-
Notifications
You must be signed in to change notification settings - Fork 561
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
Re: perl #190
Comments
From [email protected]Bill William Downey bill@ibmoto.com #!/usr/local/bin/perl5 print("Set \$tmp = -6\n"); Perl4 results: Set $tmp = -6 Add 1 to $tmp Mult $tmp by 1 And 0x0000FFFF to $tmp Perl5 results: Set $tmp = -6 Add 1 to $tmp Mult $tmp by 1 And 0x0000FFFF to $tmp
William Downey bill@ibmoto.com |
From [Unknown Contact. See original ticket]Created by [email protected]Perlbug team, Bill William Downey bill@ibmoto.com #!/usr/local/bin/perl5 print("Set \$tmp = -6\n"); Perl4 results: Set $tmp = -6 Add 1 to $tmp Mult $tmp by 1 And 0x0000FFFF to $tmp Perl5 results: Set $tmp = -6 Add 1 to $tmp Mult $tmp by 1 And 0x0000FFFF to $tmp Perl Info
|
Migrated from rt.perl.org#996 (status was 'resolved')
Searchable as RT996$
The text was updated successfully, but these errors were encountered: