hi ,
I have got a shell script as under:
doct.sh
in that i have the following code
before installing DBI i need to know whether perl,cpan and ppm is existing in the linux machine or not. can anybody tell me the shell script for that as i am new to shell script.
Thanks
pavan
I have got a shell script as under:
doct.sh
in that i have the following code
Code:
cpan install DBI cpan install DBD::mysql .........
Thanks
pavan
Comment