Help for this page
#!/usr/bin/perl -w use strict; ... print STDERR "\n COMPLETED !"; exit(0);
#!/usr/bin/perl -w ... sleep(3); $i+= 3; }