in reply to col-uniq -- remove lines that match on selected column(s)
This is nice :) Some comments:
- Why not 'default' be ' '? Also, the delimiter could potentially be 'default' literally.
- @heldlines could be coded up as a scalar $heldline, lest ( @cols == $match ) be true till memory usage blows up.
In Section
Code Catacombs