iNET Interactive - Online Advertising Agency
          
   Home    Authors    About    Login    Contact Us
   Search:   
Advanced Search     
  Articles

  ASP (26)
  ASP.NET (19)
  C and C++ (4)
  CFML (2)
  CGI and Perl (16)
  Flash (2)
  Java (7)
  JavaScript (28)
  PHP (92)
  MySQL (13)
  MSSQL (3)
  HTML (35)
  SEO (9)
  Visual Basic (12)
  CSS (13)
  SSI (5)
  XML (12)
  C# (14)

  Developer News

August 7, 2008
Wish XML a happy birthday
About
 
August 7, 2008
Poll: How important is SEO to your overal website strategy?
About
 
August 7, 2008
How to Create a Search Feature with PHP and MySQL
WebReference.com
 
August 7, 2008
1 comment
.net
 
August 6, 2008
10 New SEO Reports
About
 
August 5, 2008
Array Creator
EarthWeb.com
 
Courtesy of moreover.com
 
Want to receive new articles via e-mail? Click here!
/Home /CGI and Perl

Perl And MySQL; Using DBI; Connections 

  Views:    11787
  Votes:    2
by Gyan Kapur 11/27/03 Rating: 

Synopsis:

Perl abstracts databases using DBI, its database independent interface. Writing code using DBI is simple, for a programmer who has used Perl before, but for novices it can be a scary experience. This tutorial series aims at making the transition from flatfiles, or any other type of database to DBI a bit simpler. This article will focus on how to connect to a MySQL database, what it means, and what one can do from there.
Pages: firstback1 2 forwardlast
The Article

I'm Connected, Now What?

With DBI, you can retrieve, insert, and delete data from the database.  Look out for future articles on how to do each of these.  If you can't wait until more articles come out, check out the more technical DBI documentation (http://search.cpan.org/~timb/DBI-1.38/DBI.pm), perlmonk's (http://www.perlmonks.com), and try google-ing, too!  Good luck, and we hope to see you when the next article comes out!

Pages: firstback1 2 forwardlast

Similar/related articles:


 
  Sponsors