Common: http://www.perldoc.com/perl5.6/pod/perlop.html
print ($foo & 255) + 1, "hello";
prints the lower 8 bits of $foo and does not add 1 or print "hello" because the paran around $foo & 255 make print stop working at the ")" The 1 and "hello" are evaluated as seperate statements.
print +($foo & 255) + 1, "hello";
prints "9hello"
See
http://www.perldoc.com/perl5.6/pod/perlop.html#Terms_and_List_Operators_Leftwa
See also:
Comments:
file: /Techref/language/perl/expression.htm, 1KB, , updated: 2009/5/14 13:40, local time: 2024/11/8 17:52,
3.141.25.214:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://sxlist.com/techref/language/perl/expression.htm"> PERL Expressions</A> |
Did you find what you needed? |
Welcome to sxlist.com!sales, advertizing, & kind contributors just like you! Please don't rip/copy (here's why Copies of the site on CD are available at minimal cost. |
Welcome to sxlist.com! |
.