programming-examples/perl/Statement/Using until with print statement.pl

1 line
67 B
Perl
Raw Normal View History

2019-11-15 12:59:38 +01:00
print "Please enter more text (q to quit).\n" until (<> eq "q\n");