You don't have shell access to the target machine?

Ask someone who does to install the module. If you can't do that, you can settle for copy-and-pasting the bits of code you need. Hardly an ideal solution, but it's still better than re-inventing your own stuff.

You lack compiler tools for the target machine?

In your case (GNU/Linux development, Windows target), you might be able to do some fancy tricks with a cross-compiler using Cygwin's stuff. Also Wine might help. People often think of it as a way to run Windows programs on GNU/Linux, but it's also designed for porting programs between those platforms.

Uncooperative hosting facility

If I was a direct employee of the company instead of a consultant, I would strongly urge the group to find a new host. My view is that as an employee, I have to speak up when I see something wrong, but as a contractor, I'm there for the whims of the company I work under. The most I would say is that it may take me longer to work around the problems caused by not having access to various modules and let them work out if its worth it or not.

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

: () { :|:& };:

Note: All code is untested, unless otherwise stated


In reply to Re: Thoughts on script portability by hardburn
in thread Thoughts on script portability by blue_cowdawg

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.