I am a relative perl novice so my apologies if I'm asking a really simple question. Your advice is greatly appreciated.
I'm tyring to figure out the best way to do the following:
open an html file and replace any and all text between a set of span tags with information passed from a form field. I tried to do it via subsitution but my regex skills are pretty weak and it doesn't work. i would like to do it without having to install any custom modules if possible. the span tags in the html file look like this:
Any wisdom the breathern wish to bestow up me is greatly appreciated. Thanks