TimM has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/bin/perl local $/ = "\n\n"; while (<>) { print if /^GET|POST/; # Add more request types as needed }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How can I remove responses from Firefox LiveHTTPHeaders output using Perl?
by zwon (Abbot) on Nov 28, 2009 at 22:29 UTC | |
|
Re: How can I remove responses from Firefox LiveHTTPHeaders output using Perl?
by Anonymous Monk on Nov 28, 2009 at 20:31 UTC |