The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

 use CORBA:::ORBit;

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

DESCRIPTION

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:

new STRING

creates a new CORBA::ULongLong from a string.

AUTHOR

Owen Taylor <otaylor@gtk.org>

SEE ALSO

perl(1).