Help for this page

Select Code to Download


  1. or download this
        DLEXT => 'xs.dll',
    
  2. or download this
    if($^O =~ /mswin32/i) {
      local $DynaLoader::dl_dlext = 'xs.dll';
    ...
    
    else {bootstrap Math::GMP $VERSION}