On 4 Jun 2008, at 19:26, bin@cox.net wrote:
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?
Oh yeah. Heh. I wonder if it's getting confused by a rule somewhere that's supposed to handle s///.