Help for this page

Select Code to Download


  1. or download this
    $| = 1;
    
  2. or download this
    foreach (1..20) {
        print "a\n";
        sleep (1);#between each element of the array there should be 1 sec
    +ond interval
    }