diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-02-17 18:20:14 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-02-17 18:20:14 +0000 |
commit | 3e2f796abf3f79e1ab191424e6c63f33a4ee4497 (patch) | |
tree | 6822db7f6c0a9ea9cc4d2614deeebd31875177e2 /lib/Text/Tabs.pm | |
parent | 4ed04438fa933b2b4817339751fb2bf63ac11d94 (diff) | |
download | perl-3e2f796abf3f79e1ab191424e6c63f33a4ee4497.tar.gz |
Integrate mainline
p4raw-id: //depot/perlio@8817
Diffstat (limited to 'lib/Text/Tabs.pm')
-rw-r--r-- | lib/Text/Tabs.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Text/Tabs.pm b/lib/Text/Tabs.pm index 933f917acd..c431019908 100644 --- a/lib/Text/Tabs.pm +++ b/lib/Text/Tabs.pm @@ -73,11 +73,11 @@ Text::Tabs -- expand and unexpand tabs per the unix expand(1) and unexpand(1) =head1 SYNOPSIS - use Text::Tabs; +use Text::Tabs; - $tabstop = 4; - @lines_without_tabs = expand(@lines_with_tabs); - @lines_with_tabs = unexpand(@lines_without_tabs); +$tabstop = 4; +@lines_without_tabs = expand(@lines_with_tabs); +@lines_with_tabs = unexpand(@lines_without_tabs); =head1 DESCRIPTION |