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 Wanet Telecoms Ltd 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: *

  1. CGIflustered

    How do you keep carriage returns in a string?

    Hi, I have a form which submits some variables for processing to a HTML file. Here's how the script handles them: # Split the name-value pairs @pairs = split(/&/, $buffer); foreach $pair (@pairs){ ($name, $value) = split(/=/, $pair); $value =~ tr/+/ /; $value =~...
  2. CGIflustered

    Scripting to get and write current status of HTML report.

    Hello, I've got a script that let's me enter information about a report which updates every hour. I have the information saved to a HTML file (it gets written over on each entry as it should... it's used for a passdown between workshifts). What I'm trying to do now is save with that...
  3. CGIflustered

    CGI output to existing HTML file

    Hello, I am new to CGI. I've been able to configure a guestbook script to work fine... Now I am trying to modify it (or another script) to take form data and output the results to a specific HTML file. I'm not sure how to do this. It's likely a simple solution (but I'm a simple guy). I...

Part and Inventory Search

Back
Top