Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: perl form

by benn (Vicar)
on Oct 10, 2003 at 12:41 UTC ( [id://298227]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://298227]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-04-25 17:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found