Michael A. Capone wrote: > I can reproduce this, exactly as he says below. Some kind of > incompatibility between mod_perl and the Switch module?
Switch is a source filter. source filters == evil. I've heard all kinds of horror stories about using them under mod_perl. If you really need that kind of a statement use Perl 5.10's given/when. Much more powerful. Switch is really just syntax sugar for if/elseif/else. -- Michael Peters Plus Three, LP