programming-examples/perl/Statement/Using until with print statement.pl
2019-11-15 12:59:38 +01:00

1 line
67 B
Perl

print "Please enter more text (q to quit).\n" until (<> eq "q\n");