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