aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/examples/x.pl
blob: ba89f62a7c322bf4cd4a4c7b04e22b580d366a31 (plain)
1
2
3
4
5
use strict;
while ( $r ) {
  printf ( "Example text \n" );
  sleep 1;
}