http://qs321.pair.com?node_id=11127550


in reply to How to replace \t with \s

Text::Tabs shows in the example given that it works on lines. It also works on arrays.

#!perl # unexpand -a use Text::Tabs; while (<>) { print unexpand $_; }