Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Try using the CPAN shell to do your install.
>perl -MCPAN -e shell
will open it up for you. Something like:
cpan> info /Spreadsheet::WriteExcel/
will get you information on the package(s) available.
cpan> install Module.pm
will install it. When you first run CPAN it will configure your your environment. One quesion it will ask is whether it should ask about dependencies or whether it should simply follow them. As the foreman said when pointing to the line of shovels, "Take your pick."

It will really make your life much simpler if you get into the habit of using the CPAN module. See section 12.17 Perl Cookbook for examples of how to run it or look at the documentation.

Finally, if you're using a different library depository than the standard perl site specific one, make sure to put your directory at the front of the $PERL5LIB environment variable, perhaps in your start up shell. Make sure the variable is set before running the makes or you'll error out. Try looking into Perl Cookbook, section 12.7 for possible suggestions.

MadraghRua
yet another biologist hacking perl....


In reply to Re: make install problems by MadraghRua
in thread make install problems by mifflin

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 taking refuge in the Monastery: (4)
As of 2024-04-19 07:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found