Where is the function $quote-SetFlag() coming from?


-----Original Message-----
From: radhika [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 09, 2005 12:56 PM
To: beginners@perl.org
Cc: [EMAIL PROTECTED]
Subject: Storing a long value in an int

<snip>

$flag = 0x0010000;
print("setting flag $flag\n");
produces: 65536
But when I say $quote-SetFlag($flag);
The flag is being set to 0;

<snip>


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to