Help for this page

Select Code to Download


  1. or download this
    use threads;
    use threads::shared;
    my @block : shared; # block of data
    ...
    $i++;
    $tmp = getnewsline(); }
    return; }
    
  2. or download this
    from 1: foo(45,999)
    from 2: bar(48,999)
    from 3: foo(45,999)
    ...
    from 8: a(1050,999)