in reply to reading a gzip'ed file

Assuming the module can be installed just by copying the Module.pm file, you can use the module by doing a use "path to module";. Since the @INC includes ".", you can test this by copying the module to the same directory as your script.