Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use 5.010;
    ...
        say "child with PID $pid exited";
    }
    say "all childs exited";
    
  2. or download this
    #!/usr/bin/perl
    use 5.010;
    use strict;
    ...
        sleep 1;
    }
    say "all childs exited";
    
  3. or download this
    #!/usr/bin/perl
    use 5.010;
    use strict;
    ...
        sleep 1;
    }
    say "all childs exited";