Hi, Hal Fulton wrote: > > But the first thing that struck me on this page was: > > file, length, name, title = [' '.join(t.split()) for t in > line.split('|')] > > This seems neither OO nor functional style to me. What do you think? Right, it's doesn't seem to be either. What I immediately thought was this: "It looks bit like that other language...." Happy rubying (or pythoning or even perling...) Stephan