> Hi,
> I need to set this flag = 0x0010000
> My code is as follows:
>
> $flag = OBJ::HALT(0x0010000);
> print("setting flag $flag\n");
> produces: 65536
> But when I say $quote-SetFlag($flag);
> The flag is being set to 0;
>
> I see that the number I am trying to set is 65536.
> Is there a way I can make $flag a long int to store 65536 ?
>
> Thanks,
> Radhika
>
>
> --
> It is all a matter of perspective. You choose your view by choosing where
> to stand.
> Larry Wall
> ---
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
>
>
>


-- 
It is all a matter of perspective. You choose your view by choosing where
to stand.
Larry Wall
---

-- 
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