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!

Recent content by wyshmasta

  1. wyshmasta

    Form Output Percent Encoding

    Thanks! I already figured out my main mistake. When parsing the input from the form.. I forgot to include the following: /pack("C", hex($1))/eg; I usually include it after: $value =~ s/%([a-fA-F0-9][a-fA-F0-9]) It was a bonehead mistake that I luckily caught late. Thanks!
  2. wyshmasta

    Form Output Percent Encoding

    In the few years I have been building forms and perl scripts to parse and utilize them, I have never come accross this problem before. When a textfield or textarea contains a quotation mark " or special character, it's encoded with percents (%22) and displayed on the page that way and shows up...
  3. wyshmasta

    Flat File Updater?

    Hi - Here is my question: I am running on on Windows IIS 6.0 server and I have installed a flat file database in ASP.. However the Update/Delete records function does not work (I used The BreezeBase from breezebase.com). So I decided that maybe I should create an Update/Delete script in Perl...

Part and Inventory Search

Back
Top