Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
            sleep 1 unless $c % 5; # pause after each fifth line
        }
    }
    
  2. or download this
    CHILD writing <1>
    CHILD writing <2>
    ...
    PARENT sees <9>
    PARENT sees <10>
    PARENT sees <11>