Help for this page

Select Code to Download


  1. or download this
    $ git clean -dxf
    Removing .config/
    ...
    If this doesn't make any sense to you, just accept the default 'y'.
    Build a threading Perl? [y]
    Your platform has some specific hints regarding threaded builds, using
    + them...
    
  2. or download this
    $ perl -Ilib -V:config_args -V:useithreads
    config_args='-de -Dusedevel -Dusethreads';
    ...
    
    $ perl -Ilib -E'use threads; say "threaded"'
    threaded
    
  3. or download this
      -O : let -D and -U override definitions from loaded configuration fi
    +le.