Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Re: Pattern Match and Replace Problem

by Chady (Priest)
on Apr 27, 2001 at 23:56 UTC ( [id://76250]=note: print w/replies, xml ) Need Help??


in reply to Re: Pattern Match and Replace Problem
in thread Pattern Match and Replace Problem

How are you recieving your form data?? I assume with CGI.pm ??

If that's the case... try this when you read the data:

use CGI; $q = new CGI; $Field1 = $q->param('Field1) ? $q->param('Field1') : ' '; $Field2 = $q->param('Field2) ? $q->param('Field2') : ' '; # and so on...

This way, if someone didn't fill in the "Field1" it will be replaced by a space character... or whatever you specify.


He who asks will be a fool for five minutes, but he who doesn't ask will remain a fool for life.

Chady | http://chady.net/

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-03-29 01:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found