Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > PERL/MySQL tutorial

Reply
Thread Tools

PERL/MySQL tutorial

 
 
PHP2
Guest
Posts: n/a
 
      02-21-2004
I can not find too much good PERL/MySQL tutorials... Do you know someone
about good PERL/MySQL tutorials on the web..?


 
Reply With Quote
 
 
 
 
Gregory Toomey
Guest
Posts: n/a
 
      02-21-2004
PHP2 wrote:

> I can not find too much good PERL/MySQL tutorials... Do you know someone
> about good PERL/MySQL tutorials on the web..?


See http://dbi.perl.org/

gtoomey
 
Reply With Quote
 
 
 
 
Exide Arabellan
Guest
Posts: n/a
 
      02-21-2004
Gregory Toomey wrote:
> PHP2 wrote:
>
>
>>I can not find too much good PERL/MySQL tutorials... Do you know someone
>>about good PERL/MySQL tutorials on the web..?

>
>
> See http://dbi.perl.org/
>
> gtoomey


http://www.mysql.com/doc/en/
http://www.perldoc.com/

Exide Arabellan
www.arabellan.com

 
Reply With Quote
 
toylet
Guest
Posts: n/a
 
      02-21-2004
>> See http://dbi.perl.org/
> http://www.mysql.com/doc/en/
> http://www.perldoc.com/


Is there a good search string that could help one to find more live
examples of using the DBI::Mysql interface? Most examples I found are
merely scratching the surface.


--
.~. Might, Courage, Vision. In Linux We Trust.
/ v \ http://www.linux-sxs.org
/( _ )\ Linux 2.4.22-xfs
^ ^ 11:24pm up 23:44 1 user 1.00 1.00
 
Reply With Quote
 
Matt Garrish
Guest
Posts: n/a
 
      02-21-2004

"toylet" <toylet_at_mail.hongkong.com> wrote in message
news:40377883$...
> >> See http://dbi.perl.org/

> > http://www.mysql.com/doc/en/
> > http://www.perldoc.com/

>
> Is there a good search string that could help one to find more live
> examples of using the DBI::Mysql interface? Most examples I found are
> merely scratching the surface.
>


There are a several excellent books by Paul Dubois on the subject:

http://www.mysql.com/portal/books/mysql/index.html

Matt


 
Reply With Quote
 
PHP2
Guest
Posts: n/a
 
      02-21-2004
all URLs are standard Help pages.. but facts that on market realy have not
examples of some private person.. other programming languages have simialr
tutorials from private persons..


"PHP2" <> wrote in message news:c17en7$lqc$...
> I can not find too much good PERL/MySQL tutorials... Do you know someone
> about good PERL/MySQL tutorials on the web..?
>
>



 
Reply With Quote
 
toylet
Guest
Posts: n/a
 
      02-21-2004
>> Is there a good search string that could help one to find more live
>> examples of using the DBI::Mysql interface? Most examples I found are
>> merely scratching the surface.

> There are a several excellent books by Paul Dubois on the subject:
>
> http://www.mysql.com/portal/books/mysql/index.html
>
> Matt
>
>

Note that he wants perl+mysql, not php+mysql

Btw, i was talking about the scarcity of examples in the web searcheable
by google.com. Is perl+mysql not a hot topic after all?

--
.~. Might, Courage, Vision. In Linux We Trust.
/ v \ http://www.linux-sxs.org
/( _ )\ Linux 2.4.22-xfs
^ ^ 1:44am up 1 day 2:04 load average: 1.00 0.99 0.96
 
Reply With Quote
 
Matt Garrish
Guest
Posts: n/a
 
      02-21-2004

"toylet" <toylet_at_mail.hongkong.com> wrote in message
news:4037996a$...
> >> Is there a good search string that could help one to find more live
> >> examples of using the DBI::Mysql interface? Most examples I found are
> >> merely scratching the surface.

> > There are a several excellent books by Paul Dubois on the subject:
> >
> > http://www.mysql.com/portal/books/mysql/index.html
> >
> > Matt
> >
> >

> Note that he wants perl+mysql, not php+mysql
>
> Btw, i was talking about the scarcity of examples in the web searcheable
> by google.com. Is perl+mysql not a hot topic after all?
>


That was just a starting point. You can look up his other books for
yourself:

http://www.kitebird.com/mysql-perl/

There's also not a whole lot to say about Perl and MySQL. His books are a
good starting point if you have limited exposure to Perl and/or MySQL, but
the technologies are distinct of each other. If you know SQL, you should be
able to use the Perl DBI and drivers to query your databases. If you know
MySQL, you should have an idea of what tasks you could automate with a
scripting language like Perl. The advantage of the Perl DBI is that it hides
the complexity of connecting to different databases in the drivers, so all
you really need to know is some SQL. So whether it's Perl and
(MySQL|Oracle|MSSQL|Postgresql) it doesn't make a huge difference to your
programs.

If you're just interested in how to use Perl to interact with a database,
drop the idea that you need to find information on MySQL for now and go
straight to "Programming the Perl DBI". Once you've mastered that part of
the equation you can read the MySQL documentation to find out what the
pecularities of that database system are.

Matt


 
Reply With Quote
 
Robert
Guest
Posts: n/a
 
      02-21-2004
PHP2 wrote:

> I can not find too much good PERL/MySQL tutorials... Do you know someone
> about good PERL/MySQL tutorials on the web..?
>
>

http://www.linuxplanet.com/linuxplan...orials/1046/1/

http://www.perlscriptsjavascripts.com/tutorials/mysql/

http://www.devshed.com/c/b/MySQL/

http://www.perl.com/pub/a/2003/10/23/databases.html

http://www.perl.com/pub/a/1999/10/DBI.html

The great thing about Perl is the DBI. You can actually look at articles
that explain how Perl connects and uses pretty much ANY database and it
should be trivial to tweak that knowledge for MySQL.

Book: Programming the Perl DBI by Descartes & Bunce
 
Reply With Quote
 
Robert
Guest
Posts: n/a
 
      02-21-2004
*ONE* of the great things.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Do programmers enjoy video tutorial or written tutorial ? Linuxmank Java 36 08-08-2009 09:54 AM
Tutorial or Example (or Tutorial) of Using Canvas to Produce a Plot W. Watson Python 13 09-20-2007 04:29 PM
Etching Tutorial The Modfather Case Modding 9 09-18-2005 08:41 AM
I Need a tutorial =?Utf-8?B?KioqVG9taW5GTCoqKg==?= Wireless Networking 7 11-17-2004 09:10 PM
Tutorial for beginner/ Tutorial voor beginner Rensjuh C++ 7 09-02-2004 12:41 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57