R
Rodney
1. I want to have a ahref link, on an HTML page, point to a PERL script.
2. The Perl script will open an existing HTML document and change some of
its content.
3. After altering the HTML document, I want it to be returned to the Web
Client.
I don't want to re-write the entire HTML document with in the PL script
(because then the HTML document can not be easily edited using an HTML
editor). I only want to change certain content then return the document to
the client.
How do I do that?
The PERL script changes the document.... but then it doesn't "return" it ??
Thanks,
2. The Perl script will open an existing HTML document and change some of
its content.
3. After altering the HTML document, I want it to be returned to the Web
Client.
I don't want to re-write the entire HTML document with in the PL script
(because then the HTML document can not be easily edited using an HTML
editor). I only want to change certain content then return the document to
the client.
How do I do that?
The PERL script changes the document.... but then it doesn't "return" it ??
Thanks,