Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: skw
  • Content: Threads
  • Order by date
  1. skw

    Pattern matching -- exact match

    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...
  2. skw

    Split a line and only print up to a certain point

    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...
  3. skw

    Creating an advance search perl script

    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...
  4. skw

    More efficient way to declare variables

    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')...
  5. skw

    validation for drop-down menu

    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...
  6. skw

    Post form results click back button and input data erased

    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...
  7. skw

    Why does post and back button erase form data

    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...
  8. skw

    How to make the radio button selection go to different response page

    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...
  9. skw

    How to make the radio button selection go to different response page

    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...
  10. skw

    Form validation that will disable if entry not correct

    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...

Part and Inventory Search

Back
Top