in reply to Re: HTML module help please?
in thread HTML module help please?
I'm feeling particularly dumb today obviously, but I'm not seeing any "write whole file back out" in those modules, and I'm not sure about the logic.
What I obvously need is something like
get each tag if (tag is </h4>){ $just_found_h4_flag = 1; if tag is p && $just_found_h4_flag == 1 change p to blockquote; } else { $just_found_h4_flag = 0. }
($_='kkvvttuubbooppuuiiffssqqffssmmiibbddllffss')
=~y~b-v~a-z~s; print
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: HTML module help please?
by dragonchild (Archbishop) on Sep 01, 2004 at 02:25 UTC |