Help for this page

Select Code to Download


  1. or download this
    foreach (@output) {
                    print "Round $i\n " ;
    ...
                    $i++ ;
                   sleep(1) ;
                }
    
  2. or download this
    foreach (@output) {
      print "$_\n" ;
      }