Oh, and as far as how to install new modules without root access: make a perllib directory under your home directory. Add this directory to your PERL5LIB environment variable (in your shell's rc-file). When you install the new module, there should be a parameter to the "configure" shell script for something along the lines of --basedir or something like that (look at the README and/or INSTALL files that come with the module). You can specify that so that when you run "make install" it installs the code into your personal perl-library directory instead of the root ones.
There's a similar parameter for use with CPAN.pm, but you can look at the docs for it. I don't know off the top of my head, and you're just as capable of reading "man CPAN" as I am. :-D
Also, you could just send an email to your system's administrator asking him/her to install these modules for you... they just might do it, if you
- ask them politely
- explain what it is, what it is for (and maybe why other users of the system might want it)
- give them the command to install it (like, "cd /home/me/some_module/; make install" or "perl -MCPAN -e 'install some_module'")
Sysadmins aren't (generally) evil monsters. You needn't fear them (unless, for example, the MotD on your system is "Fear the wrath of root!" or some such :-D).
------------
:Wq
Not an editor command: Wq
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.