in reply to Re: Database issues
in thread Database issues
# have a db and hash $stats open # form is incomplete in the snippet but you get the general idea # print "Name: " textfield( -name => 'name', -size => 100); print "age: " textfield( -name => 'name', -size => 5); my $name = param('name'); my $age = param('age'); #store every person from the form into the database $stats{$name} = $age;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Database issues
by derby (Abbot) on Apr 09, 2003 at 16:33 UTC | |
|
Re: Re: Re: Database issues
by nothingmuch (Priest) on Apr 09, 2003 at 16:42 UTC | |
by Anonymous Monk on Apr 09, 2003 at 17:09 UTC | |
by nothingmuch (Priest) on Apr 09, 2003 at 17:15 UTC | |
by Anonymous Monk on Apr 09, 2003 at 18:48 UTC | |
by nothingmuch (Priest) on Apr 09, 2003 at 18:55 UTC | |
by Anonymous Monk on Apr 09, 2003 at 17:37 UTC | |
by nothingmuch (Priest) on Apr 09, 2003 at 18:18 UTC |