in reply to How can I remove responses from Firefox LiveHTTPHeaders output using Perl?

perl -e'while(<>){print if /^(GET|POST)/../^\r?$/;}' <58143.txt
  • Comment on Re: How can I remove responses from Firefox LiveHTTPHeaders output using Perl?
  • Download Code