can anyone tell me why the perl bundle treats the letter 's' oddly when it is used as a hash index? for example the statements $OPT{w} = 'a'; $OPT{s} = 'a'; are highlighted differently. what's up? tia, tom