Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
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

In reply to Re: perl and linux by etcshadow
in thread perl and linux by Anonymous Monk

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



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (1)
As of 2024-04-25 03:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found