http://qs1969.pair.com?node_id=922921


in reply to Re^2: source filtering and mod_perl2
in thread source filtering and mod_perl2

So, how does your script fail? We are not mind readers, and if you don't tell us, it makes it much harder for us to find out whether we are seeing the same issues that you see.

As a side-note, I think it's unwise to use @ as a delimiter for your filter when @ is quite prone to also occur within the output you are constructing. I would rather use here-documents or some escapement scheme.