Help for this page
sub readNLines { my $lines_to_read = shift or die '....'; ... } while (@lines = readNLines(4)) { do_stuff() }
while ( my $record = readRecord( ... ) ) { ... }
while ( $line1=<> && $line2=<> && $line3=<>... ) { ... }
Ceramics Glass Wood Metal Plastic Paper Banana leaves Something else
Results (402 votes), past polls