Help for this page

Select Code to Download


  1. or download this
    $ git checkout -f v5.10.0
    $ git clean -dxf
    ...
    $ sh Configure -des -Dusethreads
    $ make
    # etc.
    
  2. or download this
    $ Porting/bisect.pl -Dusethreads --target=miniperl --expect-fail \
        --start=v5.10.0 --end=v5.26.0 -e 'eval q("x"=~?x?)'
    ...
    ...
    perl-5.10.1
    ...