Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Linux, Perl, mySQL & ODBC

by akm2 (Scribe)
on Mar 27, 2001 at 00:16 UTC ( [id://67316]=perlquestion: print w/replies, xml ) Need Help??

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

After months of hard work, I have finally gotten permission to use SQL. Will be using mySQL on Slackware Linux 7. I'm looking for a plain english explaination how to connect Perl to mySQL. and how to do the basics like pass SQL state ments to perl. Some short simple examples would be great.

Replies are listed 'Best First'.
Re: Linux, Perl, mySQL & ODBC
by busunsl (Vicar) on Mar 27, 2001 at 00:28 UTC
    Go to CPAN and get the DBI and DBD for mySQL.
    They come with enough examples.

    Go to the Tutorials section, you will find something about DBI.

Re: Linux, Perl, mySQL & ODBC
by myocom (Deacon) on Mar 27, 2001 at 00:33 UTC
Re: Linux, Perl, mySQL & ODBC
by arturo (Vicar) on Mar 27, 2001 at 01:19 UTC

    O'Reilly is pushing (on this continent) something they call "LAMP" (Linux, Apache, MySQL and Perl / PHP / Python) as the Open Source framework for dynamic websites.

    There's a boatload of hype and even some info at http://www.onlamp.com

    Philosophy can be made out of anything. Or less -- Jerry A. Fodor

Re: Linux, Perl, mySQL & ODBC
by Yohimbe (Pilgrim) on Mar 27, 2001 at 00:34 UTC
    DBI.pm and BD::mysql come to mind, very quickly. Install DBD::mysql and DBI, and then, specifically look at the DBI doc pages for connect(), do() ,prepare() and execute()
    --
    Jay "Yohimbe" Thorne, alpha geek for UserFriendly
Re: Linux, Perl, mySQL & ODBC
by monk2b (Pilgrim) on Mar 27, 2001 at 02:53 UTC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://67316]
Approved by root
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (1)
As of 2024-04-18 23:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found