RosettaCodeData/Task/Input-loop/Perl/input-loop-3.pl

4 lines
40 B
Raku

while (<>) {
# $_ contains a line
}