Help for this page
count! = 0 DO ... LOOP UNTIL LEN(datain$) > 0 PRINT count!
use strict; use warnings; ... $count++; } print $count;
use strict; use warnings; ... } print $count;