in reply to No DBI module

There is no DBI module in my perl lib,where can I download it and how to install it?

If you're using ActiveState Perl on win32   C:> ppm install dbi will do the trick. Then you'll need to install a driver (DBD) for whatever database you're using. E.g.,   C:> ppm install dbd-mysql