|
|
| There's more than one way to do things | |
| PerlMonks |
more on MP3 data to databaseby princepawn (Parson) |
| on Jan 09, 2002 at 17:47 UTC ( [id://137518]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
Terrence, you neglected to mention that 'sql_lookup' bit in your example actually requires some setup in advance.Right you are, sql_lookup is a function in SQL::Catalog and SQL::Catalog archives all SQL for a project to a database for later use. Thus, the first step in designing a SQL-oriented database app is to create all your SQL along with labels and store it. then, you can retrieve it using SQL::Catalog. and then use any DBI shortcut interface to execute the SQL for the desired results.
In Section
Cool Uses for Perl
|
|
||||||||||||||||||||||||