in reply to Re^2: Using perl to Create a Table in a Database
in thread Using perl to Create a Table in a Database
From your OP: "...I feel like I have to create some kind of loop...".
I'm suggesting you put a loop in the the second script in the same way that you have a loop in the first script. That way, the names you use in param() should match the names you've used in the HTML form and the values returned by param() should marry up with the values you entered in the HTML form.
-- Ken
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Using perl to Create a Table in a Database
by mynameisG (Novice) on Nov 04, 2010 at 16:51 UTC | |
by kcott (Archbishop) on Nov 04, 2010 at 17:57 UTC | |
by mynameisG (Novice) on Nov 04, 2010 at 22:13 UTC | |
|
Re^4: Using perl to Create a Table in a Database
by mynameisG (Novice) on Nov 04, 2010 at 17:11 UTC |