in reply to accessing http headers from form uploads in cgi/mod_perl

thanks jdtoronto and cees for helping me find a solution for both mod_perl and CGI!
i am just wondering, since the source of Apache::UploadMeter says
use mod_perl 0.95
if anyone has this running with mod_perl 2? or maybe Apache::Compat?

ile pointed me to a nice plugin for Mozilla Firebird that would display sent/ recieved HTTP Headers in realtime: "Live HTTP Headers"
Adds information about the HTTP headers in 3 ways:
By adding a 'Headers' tab in 'View Page Info' of a web page.
By adding a tool in the 'Tools->Web Development' menu to be able to display http headers in real time
By letting you edit request headers and replay a URL.
  • Comment on Re: accessing http headers from form uploads in cgi/mod_perl