Help for this page

Select Code to Download


  1. or download this
      push @buffer, join("|", @fields) . "\n";
      $buffer .= "\n";
      if ( --$fuse == 0 ) {
    ...
          @buffer = ();
          $fuse = $LINES_TO_BUFFER;
      }