From: rag84dec <rag...@gm...> - 2007-09-26 10:57:30
|
Hi, I need to shift 32 bits in perl. Like $t=0xe1; $r=$t<<32; but it is not working since scalar can hold 32 bits ...can u tell me how to make it work??? i want to send this to postmessage($hnd,$msg,0,$r); $r should contain yx position....x-32 bit y 32-bits how to do???? -- View this message in context: http://www.nabble.com/left-shift-problem-tf4521525.html#a12898474 Sent from the Perl - Expectperl-Discuss mailing list archive at Nabble.com. |