http://www.perlmonks.org?node_id=412762

krachen has asked for the wisdom of the Perl Monks concerning the following question:

I'm building a perl script using CGI and DBI. I want to display data selected from an Oracle database in an browser. I've already done it with Mysql. What module do I add to the script to set Oracle home and the other environment variables that I need? The DBD link showed me what I needed. You guys rock.