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 is completed. I know that CHECK blocks are a 5.6.0 feature so this is why I think maybe mod_perl doesnt know how to deal with them. I'm using mod_perl 1.24, apache 1.3.12, perl 5.6.0 Mike
- Re: CHECK blocks under mod_perl? Michael J Schout
- Re: CHECK blocks under mod_perl? Doug MacEachern