Help for this page

Select Code to Download


  1. or download this
    ## leaks rapidly. The sleep just avoids a fork bomb.
    \as817\perl\bin\perl.exe -le"while(Win32::Sleep 10){$p=fork and waitpi
    +d($p,0) or print(qq[kid:$$]),exit}"
    
    ## This leaks more slowly
    \as817\perl\bin\perl.exe -mWin32 -le"while(Win32::Sleep 10){$p=fork an
    +d waitpid($p,0) or print(qq[kid:$$]),exit}"