http://qs321.pair.com?node_id=298227


in reply to perl form

I think you'd be better reorganising this. Formcgi.pl doesn't need to exist at all - this could simply be a static HTML form, as all it does is pass parameters, with no dynamic generation necessary. Then you could simply add the code in "getpart.pl" into "addrecord.pl" (as a GetPartNumber subroutine or something similar), return the value and write out to the db in one fell swoop.

As stated above though, CGI.pm would be of *great* help to you here, especially in the parsing of the parameters.

Cheers, Ben.

Replies are listed 'Best First'.
Re: Re: perl form
by britney (Acolyte) on Oct 13, 2003 at 16:26 UTC
    Hi Benn, Yes , I tried to use form in html first, but I was stuck when it call for getpart.pl Would you mind to show me to to write this addrecord.pl and have sub GetpartNumber I tried and get no luck. Thanks