in reply to Re^3: Uncompress streaming gzip on the fly in LWP::UserAgent/WWW::Mechanize
in thread Solved: Uncompress streaming gzip on the fly in LWP::UserAgent/WWW::Mechanize

warning, makes "lotsafiles"
$ mkdir lotsafiles $ cd lotsafiles $ gzip -f - </dev/urandom | gunzip | split -b 1024 & $ ls
  • Comment on Re^4: Uncompress streaming gzip on the fly in LWP::UserAgent/WWW::Mechanize
  • Download Code