in reply to Re^8: 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

Unfortunately, there's apparently a bug in the translator, and the above script needs a s/\$Fld\\$i\K\/-1]/g to fix it.
Patches are welcome!
  • Comment on Re^9: Split tab-separated file into separate files, based on column name (open on demand)

Replies are listed 'Best First'.
Re^10: Split tab-separated file into separate files, based on column name (open on demand)
by haukex (Archbishop) on Sep 01, 2020 at 13:44 UTC
    Patches are welcome!

    If I had the time at the moment I would look into it more deeply :-/ Though I think that my approach at "fixing" the issue would probably be to try to revert back to the older $[ = 1; using Array::Base instead of adjusting all array indicies...

Re^10: Split tab-separated file into separate files, based on column name (a2p)
by LanX (Saint) on Aug 31, 2020 at 10:32 UTC