Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^2: Uncompress streaming gzip on the fly in LWP::UserAgent/WWW::Mechanize

by kschwab (Vicar)
on Dec 19, 2018 at 22:17 UTC ( [id://1227490]=note: print w/replies, xml ) Need Help??


in reply to Re: 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

"On a side note, do infinite streams of (gzip) compressed data exist?"
If you need one:
$ gzip -f - </dev/urandom
  • Comment on Re^2: Uncompress streaming gzip on the fly in LWP::UserAgent/WWW::Mechanize
  • Download Code

Replies are listed 'Best First'.
Re^3: Uncompress streaming gzip on the fly in LWP::UserAgent/WWW::Mechanize
by bliako (Monsignor) on Dec 19, 2018 at 23:30 UTC

    Thanks! Second question: does than unzip (before the end of time)?

      warning, makes "lotsafiles"
      $ mkdir lotsafiles $ cd lotsafiles $ gzip -f - </dev/urandom | gunzip | split -b 1024 & $ ls

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1227490]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (1)
As of 2024-04-24 14:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found