Help for this page
while (<FILE>) { @zapschool = split (/\t/); ... print NEWFILE "$zapschool[4]\n"; } }
while (<FILE>) { if (m/zaps/i) { ... print NEWFILE "$zapschool[4]\n"; } }
while (<FILE>) { if (m/zaps/i) { ... print NEWFILE "$zapschool\n"; } }
my %count; ... foreach (keys(%count)) { print NEWFILE "$_: $count{$_}\n"; }
Ceramics Glass Wood Metal Plastic Paper Banana leaves Something else
Results (428 votes), past polls