Help for this page

Select Code to Download


  1. or download this
    $ time perl maketables_threads_broken_minimal.pl 2> dev/null
    Spawning threads...  1 statistics threads started
    ...
    user    0m6.100s
    sys    0m1.008s
    
  2. or download this
    print $Write "pyros=cenros(outcome,cenoutcome)\n";
    print $Write "mean(pyros)\n";
    $res = <$Read>;
    
  3. or download this
    #!/usr/bin/perl
    
    ...
        system("perl", "-c", $file); 
        return $? >> 8;
    }