- or download this
karls-mac-mini:monks karl$ ./buks_patch.pl 0.01
processes: 4
...
karls-mac-mini:monks karl$ ./buks_patch.pl 1.0
processes: 4
fork: 20.0701560974121
- or download this
#!/usr/bin/env perl
...
say qq(fork: ), time - $start;
- or download this
sub _waitpid_blocking {
my $self = shift;
...
return waitpid -1, 0;
}