Hi. The problem is that my server does not have the neccesary modules for me to read a gzip'ed file. I have tried 'use'ing several of the zip/compressing modules at cpan and none of them are installed. Since I do not have access to the server other than to my user folder, I need to know if there is anyway of uploading a module and using it from my user directory without really installing it into perl.

OR...     If the above is not possible, I could find a way to include the code in a normal perl script. It would be acceptable to simply inflate the file to another one and save it, but I think the program might run faster if I can read straight from the gzip'ed file as I think the bottleneck is accessing the file, not the CPU. But still right now I'd just like to get it to work. Many Thanks in advance.

In reply to reading a gzip'ed file by Scott203

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.