-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Geoffrey Young wrote:
|>    $r->push_handlers(
|>          PerlOutputFilterHandler =>
|>          \&Beso::OutFilterHandler::handler
|
|
| does it work if you call it as
|
|     $r->push_handlers(
|           PerlOutputFilterHandler =>
|           'Beso::OutFilterHandler::handler'
|         );
|
| instead?
|
| --Geoff
|
|

Nope. Browsing the docs I found this which is working:

- ---------------8<---------------
use Apache::Filter();

....
$r->add_output_filter( \&Beso::OutFilterHandler::handler );
....
- ---------------8<---------------

Is the above really supposed to work?

Tom


-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCPsPDkVPeOFLgZFIRAq/dAJ93j2ljF8fkuaXa/EfJic2vqxMetACbB6Vn
WyF7Sjp1tg7X5BqBIm0rZGg=
=6wXO
-----END PGP SIGNATURE-----

Reply via email to