in reply to Re: pure perl unzip
in thread pure perl unzip

Of course Archive::Tar/Archive::Tar would also work. And then there's Dominus' Huffman compression.

--
perl -p -e "s/(?:\w);([st])/'\$1/mg"

Replies are listed 'Best First'.
Re: Re: Re: pure perl unzip
by belg4mit (Prior) on Dec 17, 2001 at 23:11 UTC
    Turns out that Huffman isn't quite meant for production code, but I'm working on it and will post when done.

    --
    perl -p -e "s/(?:\w);([st])/'\$1/mg"