Help for this page

Select Code to Download


  1. or download this
    $ git checkout v5.28.0
    $ git clean -dxf
    ...
    $ make
    $ ./perl -Ilib -MConfig -le 'print $Config{d_strtod}//"undef"'
    undef
    
  2. or download this
    $ sh Configure -des
    $ perl -i.bak -pe "s/^d_strtod(?:_l)?=\K.*$/'undef'/" config.sh
    $ sh Configure -S
    $ make
    # etc.