K
Kio
hi,
I've got a perl script which is parsing a HTML file and printing a src
text from a <img> tag on a screen.
I dont know how to write a sub which can take a html $file and change
all the src contents from the img tags to sth else. I dont want to use a
regexp.
for example:
<img src="xxx.jpg"> change to <img src="zzz.jpg">
Thx for you help
Damian
I've got a perl script which is parsing a HTML file and printing a src
text from a <img> tag on a screen.
I dont know how to write a sub which can take a html $file and change
all the src contents from the img tags to sth else. I dont want to use a
regexp.
for example:
<img src="xxx.jpg"> change to <img src="zzz.jpg">
Thx for you help
Damian