Help for this page

Select Code to Download


  1. or download this
    $ sh Configure -de -Dusedevel -Dusethreads
    
    ...
    
    If this doesn't make any sense to you, just accept the default 'n'.
    Build a threading Perl? [n]
    
  2. or download this
    $ perl -Ilib -V:config_args -V:useithreads
    config_args='-de -Dusedevel -Dusethreads';
    ...
    This Perl not built to support threads
    Compilation failed in require at -e line 1.
    BEGIN failed--compilation aborted at -e line 1.