Help for this page

Select Code to Download


  1. or download this
                # Discard the buffered lines.
                @buffer = ();
    
                # Print the matched line.
                print $line;
    
  2. or download this
                # Discard the buffered lines.
                @buffer = $line;