Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Form Verification

by mrmick (Curate)
on Jan 05, 2001 at 20:19 UTC ( [id://50090]=note: print w/replies, xml ) Need Help??


in reply to Form Verification

You're failing on the first field in the list... As part of the debugging process, I would recommend you iterate through your list and print out the values of the fields to ensure that you are referencing them correctly.
foreach $field (qw(FName LName Department Title HireDate Picture RecID +)) { print "$input->{$field}<BR>\n"; }

Mick

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-26 02:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found