: Hi :
    : 
    : When I try running my perl scripts using DBI interface 
    : with mysql, I got
    : this message:Can't locate DBI.pm in @INC((@INC contain :
    : /usr/lib/perl5/5.6.0/i386-linux
    : /usr/lib/perl5/5.6.0./usr/libperl5/site_perl/5.6.0/i386-linux
    : /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .)
    : 
    : Where can I  get DBI.pm
    : 

In shell, simply type: 

        % perl -MCPAN -e "install DBI"

It will install it for you. If you don't have root access to the machine,
replace the above command with
        
        %perl -MCPAN -e "get DBI"

It will download it to ~/.cpan/build folder, and you can download it
manually
from there. For more information on using CPAN command line utility, refer
to "perldoc CPAN".

good luck

sherzod



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to