Thread ~- anstatt -- (10 answers)
Opened by leo11 at 2009-11-30 16:30

Linuxer
 2009-11-30 17:12
#128770 #128770
User since
2006-01-27
3890 Artikel
HausmeisterIn

user image
Stell es Dir doch mal binär dar:

Code: (dl )
 perl -wle '$y=5; printf "%32b\n%32b\n", -$y, ~-$y;'


Siehe auch http://perldoc.perl.org/perlop.html#Symbolic-Unary...

edit: Formulierungskorrektur, Code-Korrektur
Last edited: 2009-11-30 17:20:45 +0100 (CET)
meine Beiträge: I.d.R. alle Angaben ohne Gewähr und auf Linux abgestimmt!
Die Sprache heisst Perl, nicht PERL. - Bitte Crossposts als solche kenntlich machen!

View full thread ~- anstatt --