Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    # You may want to have the kids tag their messages to
    # identify the source.
    # I've tested this on Windows XP and Linux. It works on both.
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    {
       die "fork error: $!\n";
    }