Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
    sub random {
      print sprintf("Process %d: %d", $$, int(rand(100000))), "\n";
    }