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

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>IO::Lines - IO:: interface for reading/writing an array of lines</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> IO::Lines - IO:: interface for reading/writing an array of lines</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="#version">VERSION</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>IO::Lines - IO:: interface for reading/writing an array of lines</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 IO::Lines;
  46. </PRE>
  47. <PRE>
  48.  
  49.     # See IO::ScalarArray for details</PRE>
  50. <P>
  51. <HR>
  52. <H1><A NAME="description">DESCRIPTION</A></H1>
  53. <P>This class implements objects which behave just like FileHandle
  54. (or IO::Handle) objects, except that you may use them to write to
  55. (or read from) an array of lines.  They can be tiehandle'd as well.</P>
  56. <P>This is a subclass of <A HREF="../../../site/lib/IO/ScalarArray.html">the IO::ScalarArray manpage</A> in which the underlying
  57. array has its data stored in a line-oriented-format: that is,
  58. every element ends in a <CODE>"\n"</CODE>, with the possible exception of the
  59. final element.  This makes <CODE>getline()</CODE> <EM>much</EM> more efficient;
  60. if you plan to do line-oriented reading/printing, you want this class.</P>
  61. <P>The <A HREF="../../../lib/Pod/perlfunc.html#item_print"><CODE>print()</CODE></A> method will enforce this rule, so you can print
  62. arbitrary data to the line-array: it will break the data at
  63. newlines appropriately.</P>
  64. <P>See <A HREF="../../../site/lib/IO/ScalarArray.html">the IO::ScalarArray manpage</A> for full usage.</P>
  65. <P>
  66. <HR>
  67. <H1><A NAME="version">VERSION</A></H1>
  68. <P>$Id: Lines.pm,v 1.106 1998/12/16 02:00:04 eryq Exp $</P>
  69. <P>
  70. <HR>
  71. <H1><A NAME="author">AUTHOR</A></H1>
  72. <P>Eryq (<EM><A HREF="mailto:eryq@zeegee.com">eryq@zeegee.com</A></EM>).
  73. President, ZeeGee Software Inc (<EM><A HREF="http://www.zeegee.com">http://www.zeegee.com</A></EM>).</P>
  74. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  75. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  76. <STRONG><P CLASS=block> IO::Lines - IO:: interface for reading/writing an array of lines</P></STRONG>
  77. </TD></TR>
  78. </TABLE>
  79.  
  80. </BODY>
  81.  
  82. </HTML>
  83.