Sahil Tandon <sa...@freebsd.org> writes: > I've been tasked with converting some programs from Perl -> Python, and > am (as will soon be obvious) new to the language.
If it's any help, I have usually done handling of standard input line by line with this kind of thing: for inputline in sys.stdin: -- http://mail.python.org/mailman/listinfo/python-list