Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

RE: Answer: installing DBI

by agoth (Chaplain)
on Sep 26, 2000 at 19:35 UTC ( [id://34029]=note: print w/replies, xml ) Need Help??


in reply to Re: How to install DBI in my own directory?
in thread How to install DBI in my own directory?

Comments:
  • You dont need root access to install DBI in your own directories though you may get warnings if the install tries to add the docs to the Perl doc tree.
  • perl Makefile.PL Prefix=/pathtoyourdir/ should get round that
  • I dont see what use followed by require will give you (though that could be me missing something)

Replies are listed 'Best First'.
RE: RE: Answer: installing DBI
by jreades (Friar) on Sep 26, 2000 at 20:56 UTC

    Sorry, I meant that as an either/or case, not both in one script.

    My point was that using require you can run a series of tests (see Camel Book pg. 205) allowing you to determine points of failure in the import routine more specifically that via a use.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://34029]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-25 12:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found