in reply to compression challenge
Hah, a funny way to cheat dawned upon me. Basically, use a shared storage space to put the info from the compressed file in.
Both environments (where compression happens and where decompression happens) have to have access to the shared storage space. Then the compressor just puts info into the shared storage, and the decompressor fetches it from there. (Could work for lab assistants just copying challenges from a book?)
E.g., lets assume we have internet access.
;-)
BTW, CPAN is in a way something like that what you request, with the CPAN shell acting as decompressor, and the "install module" input as the compressed content.
Christian Lemburg
Brainbench MVP for Perl
http://www.brainbench.com
|
---|