Help for this page
while (<STDIN>) { tr/\r\n//d; # even better than chomp! print join( "\t", ( split /\t/ )[@ARGV] ), "\n"; }
while(<STDIN>) { last if /\t/; } die "No tab-delimited fields found\n" unless ( /\t/ );
www.com | www.net | www.org
Cold Temperate Warm Hot Other
Results (60 votes). Check out past polls.