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 Chriss Miller 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: kwckwckwc
  • Content: Threads
  • Order by date
  1. kwckwckwc

    Functions in perl regular expressions

    I'm wanting to $PAGE =~ s/href="#"(.*)<img name="(.*)" src/href="$2"$1<img name="$2"/si; which means I want to replace a # with the name of the image used in a link. Now, what I really want to do is lookup the image name and find out what the real link is. I think that means I need a function...

Part and Inventory Search

Back
Top