I'm tearing my hair out on this one. I've searched through tek-tips but could not find a distinct answer for my question.
my search function script matches and finds a string, but I want to make the string search to be an *exact match*.
If I type in mybox1, it also finds mybox14, but I only...
Can someone please help with how to get this done.
I have an array, let's call it
@directories ('my/dir/name','my/dir/games','my/dir/hobbies');
I have a search function setup, but the one problem I'm coming across, I have this statement
find(\&wanted, @directories);
if (scalar...
Paul, thanks for responding.... I think I may have tried Perlfect but it was just too complicated to install and I got frustrated with it ...
<<There's a very good indexing script, and search script available free from www.perlfect.com and the correct installtion of that would suit your needs...
I did a perl script that searches for files, but I want to enhance this perl script so that it does a more indepth/advance search.
E.g., I have log files, and the log file names are typically, e.g., LogFileName2.0.0.20030715.box1.csv. I did a search script that'll find any log file, but I want...
Okay, I have my Perl script and I declared my variables. I have a lot of variables, over 50 and it is too time consuming having to type out each variable name, is there a more efficient way to declare my variables?
This is what I have ...
my $frm = new CGI;
my $NAME = $frm->param('NAME')...
I need a validation for a drop-down menu. This validation *must not* be an onSubmit validation but something else... onMouseOver, maybe...
The problem, I have is with an html form that uses method=GET then it parses form data to other forms, based on radio button selections. This form already...
goBoating, thanks for the tip but we use IE5 browser, though most text I've read suggest that this is a problem with Netscape.
I see examples that say that the cookie must be set in the httpd header, as example shown below,
Content-type: text/html
Set-Cookie: cookiename=cookievalue; path=/...
I have a problem with a form that uses Perl.
If the user misses a form field, in this case, the user misses to select from a drop-down list, clicks submit, the warning page comes up saying "missing data", I click back button, my textarea field box data that has my lengthy input is...
I have a problem with a form that uses Perl.
If the user misses a form field, in this case, the user misses to select from a drop-down list, clicks submit, the warning page comes up saying "missing data", I click back button, my textarea field box data that has my lengthy input is...
I'm trying to make a perl script respond to user selection from form object radio button value of "Yes" or "No". That is, if the user selects "Yes", then the form results will be parsed and user sent to an html page, e.g., "received.html"
If the user...
I'm trying to make a perl script respond to user selection from form object radio button value of "Yes" or "No". That is, if the user selects "Yes", then the form results will be parsed and user sent to an html page, e.g., "received.html"
If the user...
jemminger (TechnicalUser)
The form is a basic web form, that uses perl. User fills it out and clicks submit and the results are emailed to recipients. The user gets a "response received" page after clicking email.
What I'm trying to do per the question above is to have the user sent...
jemminger (TechnicalUser), I used your example above but got the html as the value depending on which radiobutton was selected. That is, the return/results page shows "no_response.html" as the value instead of "NO".
Your help is most appreciated and thanks.
Can someone please provide me an example of how to make radio button selection go to a different response form.
E.g., Radio buttons for Yes and No. If user selects "No", finishes completing the form and submit then it will go to "no_response.html".
If the user selects...
I've done a basic form validation but there's more to the form validation that I need --- this would be if the entry made in the field isn't correct, then it will disable the remainder of the form and prevent the user from making any other entries.
The reason for disabling the remainder of the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.