Recent content by jghl2004

  1. J

    Can't change text to image with perl?

    I have a perl script that will change specified text to a specified image on an html page. However if the text contains parenthesis or is on a line with such then it will just skip over it. Here is the line of code I use... perl -pi.bak -e "s/>Admirals</><img src=\"pics\/admirals.gif\"></g"...
Back
Top