Re: CHECK blocks under mod_perl?

2000-08-15 Thread Doug MacEachern
On Wed, 28 Jun 2000, Michael J Schout wrote: Hi. I would like to use a CHECK { } block under mod_perl, but have so far not had any luck. It seems like mod_perl does not know how to deal with CHECK { } blocks. Is this true? If so, can it be remedied? I cant use a BEGIN block for what

CHECK blocks under mod_perl?

2000-06-28 Thread Michael J Schout
Hi. I would like to use a CHECK { } block under mod_perl, but have so far not had any luck. It seems like mod_perl does not know how to deal with CHECK { } blocks. Is this true? If so, can it be remedied? I cant use a BEGIN block for what I am doing because it must happen after compilation