keszler has asked for the wisdom of the Perl Monks concerning the following question:
At minimum I'd like a running count of bytes sent.
I know that I can set $DYNAMIC_FILE_UPLOAD in HTTP::Request::Common, causing its &form_data to return a closure "that will return content piecemeal". Is there any way to get a count from that?
|
|---|