Help for this page

Select Code to Download


  1. or download this
    #!perl
    use strict;
    ...
    my $w = join('', @w);
    my $q = Math::BigInt->from_hex($w);
    print $q->as_hex();