Re: DB_file help.

2002-06-03 Thread Jenda Krynicky
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

Re: DB_file help.

2002-05-31 Thread Sudarsan Raghavan
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:

Re: DB_file help.

2002-05-31 Thread eric-perl
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

DB_file help.

2002-05-31 Thread Postman Pat
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