Ing. Branislav Gerzo wrote:
hi all,

is there any possibility, how to easy and fast install some script,
which changes perl script output ? For cleaner explanation:

I want do script which takes *any* (perl,cgi site) output, parse it for
mails ([EMAIL PROTECTED]) and all occurencies changes to [2g]-at-[2g]_us
for example. I look into php, and they call such a functions as
"Output Buffering Functions"


Just my idea, not sure if it will work: use urlrewriting to catch all requests with one script, in that script read the original request, call it and catch it's output. hope you understand me :)


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to