RE: Midify HTML on the fly

2003-03-10 Thread Dan Muey
In your sub that parses our img tags :: print " $image_alt \n"; Or assign that toa var and replace it withh the var. Sorry it's not more but we don't have muxh example top go by. DMuey > I'm writing a program that get an HTML document and must > modify it on the fly...for example changin

Midify HTML on the fly

2003-03-10 Thread Francesco del Vecchio
I'm writing a program that get an HTML document and must modify it on the fly...for example changing images o links. I suppose I have to use the HTML::Parser to do this job...and in fact I have no problem reading all the tags and the parameters. The problem came when I want to change this parame