Help for this page

Select Code to Download


  1. or download this
    print("\rProcessed line number $ctr.");
    
  2. or download this
    for $ctr (1..10) {
       sleep(1);
       print("\rProcessed line number $ctr.");
    }
    print("\rDone.                      \n");