In article <[EMAIL PROTECTED]>, Keith Ivey <[EMAIL PROTECTED]>
wrote:

> _brian_d_foy wrote:


> >    # or a foreach: $hash{$_} foreach ( @array );

> That last should be

>      $hash{$_} = 1 foreach @array;

> maybe?  As it is, it doesn't create the hash elements.

fixed. Thanks :)

-- 
brian d foy, [EMAIL PROTECTED]

Reply via email to