Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    print "Press enter to kill current processes:"; <STDIN>;
    $processes[$_]->Kill(0) for (0, 1);