Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: How to install DBI in my own directory?

by jreades (Friar)
on Sep 26, 2000 at 18:00 UTC ( [id://34009]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    tar -xzvf your_module.tar.gz # one-step decompression
    cd your_module_dir
    ...
    make
    make test
    make install # assuming tests are successful
    
  2. or download this
    use DBI;
    
  3. or download this
    require DBI;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-03-28 23:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found