Page Number: Page 1 of 1
Actual Results
- vitko_andrew
- Forum: Unix / Linux Forum
- Topic: Help needed for installing perl-DBD-MySQL
- Subject: Help needed for installing perl-DBD-MySQL
- Replies: 7
- Views: 13258
Posted: December 4th, 2003, 9:32 am
You can try typing
# perl -MCPAN -e 'install <module to install>'
That will connect to CPAN and install the module that you need. It will also check for any dependencies that module needs and prompt you to install them. Hope this helps you!!!
Ande
# perl -MCPAN -e 'install <module to install>'
That will connect to CPAN and install the module that you need. It will also check for any dependencies that module needs and prompt you to install them. Hope this helps you!!!
Ande
