My point was that the OP did not explain why going through the perl Makefile.PL process would not work. It's worth asking about because 1) the OP may not be familiar with it and 2) it may shed light on why he needs/wants to just copy the Perl module if he is (i.e. feels like an XY problem).
I'm not really sure what your point is. Running "perl Makefile.PL" is most assuredly NOT the first step (unless the module requires C code compiled in and there's probably a way to get around that). If the module is pure Perl then it's possible to just copy the module to just about any location and then update %INC. Not necessarily wise, but still quite possible.
In fact, I did that with Expect.pm (not the Net::SSH::Expect the OP is talking about). I copied it from a Solaris 10 system to a Red Hat Enterprise Linux system to get a script our vendor has sent us to collect debug data working. No perl Makefile.PL used there....
Elda Taluta; Sarks Sark; Ark Arks
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.