print "Starting ...
\n"; for (my $i=0; $i < 10; $i++) { print $i, (' ' x 1024) , "
\n"; sleep 1; }