Help for this page

Select Code to Download


  1. or download this
    use bigint; 
    my $n = 123456789123456; 
    print $n->as_hex;
    
  2. or download this
    use bigint;
    print 123456789123456->as_hex