Help for this page

Select Code to Download


  1. or download this
       use strict;
       use warnings;
       foreach (@ARGV) {
          &process($_);
       }
    
  2. or download this
       use strict;
       use warnings;
    ...
       }
       1 until -1 == wait;
       ...
    
  3. or download this
       use strict;
       use warnings;
    ...
       }
       1 until -1 == wait;
       ...