Hi,

I am trying to make a linguistic database app. for the web.  As I am new to
Perl and not a programmer this is proving to be quite a challenge.  My
original idea was to use Perl's DBMs and a hash of arrays that looks like
this :

{ phrase1  =>  ["meaning1", "meaning2",..."meaningN","note1",
"note2",..."noteN"] }

Everything seems to function fine (I'm still in the offline phase) but I get
no output when I go to print the hash only the keys come out.  I am  using
modifications of the code I found in perldsc (the flinstones examples) but
there must be some trick for DBMs.

I kind of want to scrap the DBM idea and use a database but I have no idea
where to start with that, any suggestions on either??

Matt

Reply via email to