notepad-plus-plus/lexilla/test/examples/perl/x.pl

5 lines
71 B
Perl
Raw Normal View History

use strict;
while ( $r ) {
printf ( "Example text \n" );
sleep 1;
}