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

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>POE::Filter::Line - POE Line Protocol Abstraction</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> POE::Filter::Line - POE Line Protocol Abstraction</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="#public filter methods">PUBLIC FILTER METHODS</A></LI>
  26.     <LI><A HREF="#see also">SEE ALSO</A></LI>
  27.     <LI><A HREF="#bugs">BUGS</A></LI>
  28.     <LI><A HREF="#authors & copyrights">AUTHORS & COPYRIGHTS</A></LI>
  29. </UL>
  30. <!-- INDEX END -->
  31.  
  32. <HR>
  33. <P>
  34. <H1><A NAME="name">NAME</A></H1>
  35. <P>POE::Filter::Line - POE Line Protocol Abstraction</P>
  36. <P>
  37. <HR>
  38. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  39. <UL>
  40. <LI>Linux</LI>
  41. <LI>Solaris</LI>
  42. <LI>Windows</LI>
  43. </UL>
  44. <HR>
  45. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  46. <PRE>
  47.   $filter = new POE::Filter::Line();
  48.   $arrayref_of_lines =
  49.     $filter->get($arrayref_of_raw_chunks_from_driver);
  50.   $arrayref_of_streamable_chunks_for_driver =
  51.     $filter->put($arrayref_of_lines);
  52.   $arrayref_of_streamable_chunks_for_driver =
  53.     $filter->put($single_line);</PRE>
  54. <P>
  55. <HR>
  56. <H1><A NAME="description">DESCRIPTION</A></H1>
  57. <P>The Line filter translates streams to and from newline-separated
  58. lines.  The lines it returns do not contain newlines.  Neither should
  59. the lines given to it.</P>
  60. <P>Incoming newlines are recognized with the regexp
  61. <CODE>/(\x0D\x0A?|\x0A\x0D?)/</CODE>.  Incomplete lines are buffered until a
  62. subsequent packet completes them.</P>
  63. <P>Outgoing lines have the network newline attached to them:
  64. <CODE>"\x0D\x0A"</CODE>.</P>
  65. <P>
  66. <HR>
  67. <H1><A NAME="public filter methods">PUBLIC FILTER METHODS</A></H1>
  68. <P>Please see POE::Filter.</P>
  69. <P>
  70. <HR>
  71. <H1><A NAME="see also">SEE ALSO</A></H1>
  72. <P>POE::Filter; POE::Filter::HTTPD; POE::Filter::Reference;
  73. POE::Filter::Stream</P>
  74. <P>
  75. <HR>
  76. <H1><A NAME="bugs">BUGS</A></H1>
  77. <P>This filter's newlines are hard-coded.</P>
  78. <P>
  79. <HR>
  80. <H1><A NAME="authors & copyrights">AUTHORS & COPYRIGHTS</A></H1>
  81. <P>Please see the POE manpage.</P>
  82. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  83. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  84. <STRONG><P CLASS=block> POE::Filter::Line - POE Line Protocol Abstraction</P></STRONG>
  85. </TD></TR>
  86. </TABLE>
  87.  
  88. </BODY>
  89.  
  90. </HTML>
  91.