in reply to Re^3: Split tab-separated file into separate files, based on column name (open on demand)
in thread Split tab-separated file into separate files, based on column name

> You could use operator overloading

I don't think it's a good idea to overload two very different operators like > "greater-than" and >> "shift".

That's begging for inconsistency problems. (like syntax, precedence, name it ...)

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

  • Comment on Re^4: Split tab-separated file into separate files, based on column name (open on demand)