From: Jeffrey Friedl Date: Tue, 15 Jan 2002 15:30:22 +0000 (-0800) Subject: lib/Text/Tabs.pm doc format touchup X-Git-Tag: accepted/trunk/20130322.191538~28348 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b1c26d6dc9c4eb2fab076cddaf19ecd08c221b4;p=platform%2Fupstream%2Fperl.git lib/Text/Tabs.pm doc format touchup Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com> p4raw-id: //depot/perl@14299 --- diff --git a/lib/Text/Tabs.pm b/lib/Text/Tabs.pm index c431019..b26f8f4 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