in reply to perl one-liner, is it possible?
perl -e '@_ = <STDIN>; $_=join("", @_); s/\n\s{1}//gm; print' [download]
Igor 'izut' Sutton your code, your rules.