Help for this page

Select Code to Download


  1. or download this
    #!perl -slw
    use Math::GMP;
    ...
    __END__
    C:\_32\pscrpt\threads>perl gmp2.pl
    123123123123123123123123123123123
    
  2. or download this
    #!perl -slw
    use threads;
    ...
    my $ret1 = $th1->join;
    
    print Math::GMP::get_str_gmp($ret1, 10);