On Mon, Jan 31, 2005 at 11:25:06PM +0100, Cristian Ionescu-Idbohrn wrote:
>- $locales{$1}++ if /^\w.+/;
>+ chomp;
>+ $locales{$_}++ if /^\w.+/;Yes, a typo--missing parens. Thanks. --bod -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

