home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _2e659590b110213808555f12d4fd9d3d < prev    next >
Text File  |  2000-03-23  |  2KB  |  76 lines

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>Text::Tabs -- expand and unexpand tabs per the unix expand</TITLE>
  5. <LINK REL="stylesheet" HREF="../../Active.css" TYPE="text/css">
  6. <LINK REV="made" HREF="mailto:">
  7. </HEAD>
  8.  
  9. <BODY>
  10. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  11. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  12. <STRONG><P CLASS=block> Text::Tabs -- expand and unexpand tabs per the unix expand</P></STRONG>
  13. </TD></TR>
  14. </TABLE>
  15.  
  16. <A NAME="__index__"></A>
  17. <!-- INDEX BEGIN -->
  18.  
  19. <UL>
  20.  
  21.     <LI><A HREF="#name">NAME</A></LI><LI><A HREF="#supportedplatforms">SUPPORTED PLATFORMS</A></LI>
  22.  
  23.     <LI><A HREF="#synopsis">SYNOPSIS</A></LI>
  24.     <LI><A HREF="#description">DESCRIPTION</A></LI>
  25.     <LI><A HREF="#bugs">BUGS</A></LI>
  26.     <LI><A HREF="#author">AUTHOR</A></LI>
  27. </UL>
  28. <!-- INDEX END -->
  29.  
  30. <HR>
  31. <P>
  32. <H1><A NAME="name">NAME</A></H1>
  33. <P>Text::Tabs -- expand and unexpand tabs per the unix <CODE>expand(1)</CODE> and <CODE>unexpand(1)</CODE></P>
  34. <P>
  35. <HR>
  36. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  37. <UL>
  38. <LI>Linux</LI>
  39. <LI>Solaris</LI>
  40. <LI>Windows</LI>
  41. </UL>
  42. <HR>
  43. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  44. <PRE>
  45.     use Text::Tabs;</PRE>
  46. <PRE>
  47.     $tabstop = 4;
  48.     @lines_without_tabs = expand(@lines_with_tabs);
  49.     @lines_with_tabs = unexpand(@lines_without_tabs);</PRE>
  50. <P>
  51. <HR>
  52. <H1><A NAME="description">DESCRIPTION</A></H1>
  53. <P>Text::Tabs does about what the unix utilities <CODE>expand(1)</CODE> and <CODE>unexpand(1)</CODE>
  54. do.  Given a line with tabs in it, expand will replace the tabs with
  55. the appropriate number of spaces.  Given a line with or without tabs in
  56. it, unexpand will add tabs when it can save bytes by doing so.  Invisible
  57. compression with plain ascii!</P>
  58. <P>
  59. <HR>
  60. <H1><A NAME="bugs">BUGS</A></H1>
  61. <P>expand doesn't handle newlines very quickly -- do not feed it an
  62. entire document in one string.  Instead feed it an array of lines.</P>
  63. <P>
  64. <HR>
  65. <H1><A NAME="author">AUTHOR</A></H1>
  66. <P>David Muir Sharnoff <<A HREF="mailto:muir@idiom.com">muir@idiom.com</A>></P>
  67. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  68. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  69. <STRONG><P CLASS=block> Text::Tabs -- expand and unexpand tabs per the unix expand</P></STRONG>
  70. </TD></TR>
  71. </TABLE>
  72.  
  73. </BODY>
  74.  
  75. </HTML>
  76.