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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.