Help for this page

Select Code to Download


  1. or download this
      print hex("0x1234567890123490"),"\n"; # Perl v5.10.0 or later
    
  2. or download this
    use constant CAN_PACK_QUADS => !! eval { my $f = pack 'q'; 1 };
    use Math::BigInt;
    print quad('ffffffffffff'), "\n";
    ...
        : Math::BigInt->new( '0x'.$_[0] )
    }
    __END__