-
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
Re: strange behavior of modulus operator #120
Comments
From @gsarThis is important.
Doesn't too. Perl knows both ways to skin a modulus, depending on Sarathy |
From [Unknown Contact. See original ticket]
Is this particularly useful? It seems fragile. One mention of % perl -lwe 'sub foo ( If you disguise your intent from the compiler, you get by... once. % perl -lwe 'sub foo; print $main::{foo}; eval q{print *foo}; print $main::{foo}' % perl -lwe 'sub foo ($@); print $main::{foo}; eval q{print *foo}; print $main::{foo}' And of course, no difference here: % perl -lwe 'sub foo ( Hm... I wonder whether the compiler could ever look into single-quoted, --tom |
Optional flags arg to disable bless|tie on retrieve/thaw Signed-off-by: Reini Urban <rurban@cpanel.net> and added documentation, reformat, compute CAN_FLOCK at compile-time. See [cperl #120] TonyC: - removed pod/perlcdelta.pod changes - this commit removed auto-loading modules for overloading, which was reinstated in a later commit. cherry-picked from 04b58ce
Optional flags arg to disable bless|tie on retrieve/thaw Signed-off-by: Reini Urban <rurban@cpanel.net> and added documentation, reformat, compute CAN_FLOCK at compile-time. See [cperl #120]
Migrated from rt.perl.org#924 (status was 'resolved')
Searchable as RT924$
The text was updated successfully, but these errors were encountered: