Edit D:\app\Administrator\product\11.2.0\dbhome_1\perl\html\lib\Text\Tabs.html
<?xml version="1.0" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Text::Tabs -- expand and unexpand tabs per the unix expand</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link rev="made" href="mailto:" /> </head> <body style="background-color: white"> <table border="0" width="100%" cellspacing="0" cellpadding="3"> <tr><td class="block" style="background-color: #cccccc" valign="middle"> <big><strong><span class="block"> Text::Tabs -- expand and unexpand tabs per the unix expand</span></strong></big> </td></tr> </table> <!-- INDEX BEGIN --> <div name="index"> <p><a name="__index__"></a></p> <ul> <li><a href="#name">NAME</a></li> <li><a href="#synopsis">SYNOPSIS</a></li> <li><a href="#description">DESCRIPTION</a></li> <li><a href="#example">EXAMPLE</a></li> <li><a href="#license">LICENSE</a></li> </ul> <hr name="index" /> </div> <!-- INDEX END --> <p> </p> <h1><a name="name">NAME</a></h1> <p>Text::Tabs -- expand and unexpand tabs per the unix <code>expand(1)</code> and <code>unexpand(1)</code></p> <p> </p> <hr /> <h1><a name="synopsis">SYNOPSIS</a></h1> <pre> use Text::Tabs;</pre> <pre> $tabstop = 4; # default = 8 @lines_without_tabs = expand(@lines_with_tabs); @lines_with_tabs = unexpand(@lines_without_tabs);</pre> <p> </p> <hr /> <h1><a name="description">DESCRIPTION</a></h1> <p>Text::Tabs does about what the unix utilities <code>expand(1)</code> and <code>unexpand(1)</code> do. Given a line with tabs in it, expand will replace the tabs with the appropriate number of spaces. Given a line with or without tabs in it, unexpand will add tabs when it can save bytes by doing so (just like <code>unexpand -a</code>). Invisible compression with plain ASCII!</p> <p> </p> <hr /> <h1><a name="example">EXAMPLE</a></h1> <pre> #!perl # unexpand -a use Text::Tabs;</pre> <pre> while (<>) { print unexpand $_; }</pre> <p>Instead of the <code>expand</code> comand, use:</p> <pre> perl -MText::Tabs -n -e 'print expand $_'</pre> <p>Instead of the <code>unexpand -a</code> command, use:</p> <pre> perl -MText::Tabs -n -e 'print unexpand $_'</pre> <p> </p> <hr /> <h1><a name="license">LICENSE</a></h1> <p>Copyright (C) 1996-2002,2005,2006 David Muir Sharnoff. Copyright (C) 2005 Aristotle Pagaltzis This module may be modified, used, copied, and redistributed at your own risk. Publicly redistributed modified versions must use a different name.</p> <table border="0" width="100%" cellspacing="0" cellpadding="3"> <tr><td class="block" style="background-color: #cccccc" valign="middle"> <big><strong><span class="block"> Text::Tabs -- expand and unexpand tabs per the unix expand</span></strong></big> </td></tr> </table> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de