Search results

  1. NevadaSam

    Image underline during hover

    I want to use a dotted underline when I hover over a text link, but I don't want this to show up when I hover over a image link. Is there a way I can do this without calling a different class when I have an image link? <style type="text/css"> img { background-color:#FFFFFF; border...
  2. NevadaSam

    Book Recommendations Need: Perl/CGI

    Book Recommendations Need: Perl/CGI I am in the wrong book: http://www.course.com/catalog/product.cfm?isbn=0-619-03440-8 , but I need to finish it. What I am seeing in coding forums is very different than my text, so I am going book shopping. What text do you recommend? Your comments are...
  3. NevadaSam

    Am I coding Sendmail correctly?

    I tried taking the word use from in front of it but the same thing happened. A lot of people mention telnet. I need to get that. But the location is correct; I got that off their support site.
  4. NevadaSam

    Am I coding Sendmail correctly?

    Am I coding Sendmail correctly? This is the proper location of sendmail on the server I am using. Is this the proper way to code the location in my script. use /usr/lib/sendmail; $mail{Smtp} = 'netfirms.com'; I am not really sure if the SMTP address is correct. This is the program...
  5. NevadaSam

    Preventing unwanted characters

    Preventing unwanted characters Instead of searching and replacing unwanted character in strings using cgi/perl, I would like to prevent some characters from ever being typed in text boxes and textfields. Two characters I would like to stop are "|" (pipe symbol) and the "carriage return". I am...
  6. NevadaSam

    Jump to a sub Function from a link????

    Jump to a sub Function from a link???? http://mysite.com/cgi-bin/myscript.cgi (Jump to sub function) Is there a way this can be done (either from a link, a JavaScript or the address window) that you can perform a desired user defined function within a subscript. I am using the if...
  7. NevadaSam

    Fields won't add.

    Fields won't add. In learning CGI/Perl I am trying to write a script that will read records and print the total number of people registered for each seminar. This is the script I have been working on all day and the text file which it reads follows it. Text file: The first field...
  8. NevadaSam

    Replacing a field separator during a read.

    Replacing a field separator during a read. I want to replace a pipe symbol (|) field seperator with a tab when I print the contents of records in a file. This is my text file: The cgi script I wrote will read it and print it out with the | between field. How can I replace the | with a...
  9. NevadaSam

    Special settings on PC for IIS running CGI??

    Special settings on PC for IIS running CGI?? I am learning Perl/cgi. My PC is set up with IIS installed and the latest Active Perl. I learnt and configured my cgi-bin to run scripts, but now I am having a problem as I am learning scripts that write to and read from a text file. My code is...
Back
Top