> -----Original Message-----
> From: babu [mailto:[EMAIL PROTECTED]
> Sent: 22 June 2005 09:52
> To: dbi-users@perl.org
> Subject: ´how to install perl DBI for windows
> 
> 
> 
> Hi,
> i want to use perl DBI for "Using XML and Relational 
> Databases with Perl".
> I am using a package called apachefriends/xampp, where perl 
> comes with that package,which do not have the DBI package. so 
> i want to install it, but i dont know much about perl as i am 
> a php user.
> can someone please guide me how to incorporate DBI package 
> for windows.
>  

Bring up a dos Cmd window

ppm
install DBI

You will probably want to install some other modules that don't
come presupplied, like the database driver (DBD) for the database
you are using. For MySQL, this is DBD::Mysql.

Ivor.

Reply via email to