On Friday 05 March 2004 18:26, Alexander Douglas generously enriched virtual 
reallity by making up this one:

> Hello
Hello

> I am new to perl and hence needs some help..
>
> 1) Is there a good IDE to build perl forms for web.

Emacs, VIM :-)
Use the CGI module.

> 2) If i have to connect perl to firebird database just the DBI module from
> perl is enough or do i need any more drivers, The OS is solaris and linux
> with wiindows clients for developement.


DBI implements the API to Database programing in perl and is database 
independet.
For each seperate database you want to work on using DBI you further need the 
appropriate DB driver module:
DBD::InterBase for Interbase and Firbird RDBMS available via CPAN.

Enjoy - Wolf


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to