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 Mike Lewis 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. calormierda16

    How do I change this character " to ' ?

    Thanks a lot cgilover. You've been a big help and I appreciate it.
  2. calormierda16

    How do I change this character " to ' ?

    thats weird... I have copy and pasted your direct code into an editor, saved it as "test.cgi", uploaded it, set permissions to 755, and it says there is an Internal server error. The joy of coding :)
  3. calormierda16

    How do I change this character " to ' ?

    I tried that code cgilover, and for some reason it doesn't work. I think you definetaly have to put a backslash in front of the characters " and '. Even when I do, it doesn't work.
  4. calormierda16

    How do I change this character " to ' ?

    i tried $string =~ s/\"/\'/g; but it doesn't work. I also tried $string =~ tr/\"/\'/d; and that doesn't work. Its just funny how every text editor has this option to seach for " and replace it with '. I can't seem to figure out how to make it work.
  5. calormierda16

    How do I change this character " to ' ?

    I am trying to send HTML emails from Perl. The quotation marks are giving me trouble. Since HTML works without quotations or with this ('), how can I have a subroutine go through a flat file or variable and delete all the quotations? Examples. <p align="right"> is no good It works like this...

Part and Inventory Search

Back
Top