From: "Postman Pat" <[EMAIL PROTECTED]>
> I am trying to create a small database with the information like this:
>
> Each record has a name ie :
> Dog
> And has the following traits:
> color
> weight
> nick
Well ... actually the subject you've chosen contains the name of a
module you could u
Postman Pat wrote:
> I am trying to create a small database with the information like this:
>
> Each record has a name ie :
> Dog
> And has the following traits:
> color
> weight
> nick
>
> For example I could have the following data:
>
> Name: dog
> Color: green
> Weight:
On 31 May 2002, Postman Pat wrote:
> I am trying to create a small database...
>
> How would I go about storing and retrieving this information? Any examples
> please??
Pat:
If you haven't already: Read "Programming the Perl DBI". It's actually a
quick read and does a great job of introducing
I am trying to create a small database with the information like this:
Each record has a name ie :
Dog
And has the following traits:
color
weight
nick
For example I could have the following data:
Name: dog
Color: green
Weight: 66
Nick: doggie
friend: cat
Name: fox
Color