
CORBA::ORBit::ULongLong - Unsigned Long long integer arithmetic for CORBA.

use CORBA:::ORBit; $a = new CORBA::ULongLong "12345678912345"; print $a - 1000 # produces "123456789121345"

CORBA::ORBit::ULongLong implements the package CORBA::ULongLong. The range of values of a CORBA::ULongLong is exactly that of your C compiler's unsigned long long type.
Aside from overloaded +, -, *, /, %, <=>, abs, and "" operations, CORBA::ORBit::ULongLong provides the following method:
creates a new CORBA::ULongLong from a string.

Owen Taylor <otaylor@gtk.org>

perl(1).