Text-Tabs

Text::Tabs(3p) Perl Programmers Reference Guide Text::Tabs(3p)

Text-Tabs

Text::Tabs(3p) Perl Programmers Reference Guide Text::Tabs(3p) # Text::Tabs(3p) Perl Programmers Reference Guide Text::Tabs(3p) NNAAMMEE # Text::Tabs - expand and unexpand tabs like unix expand(1) and unexpand(1) SSYYNNOOPPSSIISS # use Text::Tabs; $tabstop = 4; # default = 8 @lines_without_tabs = expand(@lines_with_tabs); @lines_with_tabs = unexpand(@lines_without_tabs); DDEESSCCRRIIPPTTIIOONN # Text::Tabs does most of what the unix utilities eexxppaanndd(1) and uunneexxppaanndd(1) do. Given a line with tabs in it, "expand" replaces those tabs with the appropriate number of spaces. ...