""Jeff Peng"" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
>
>>my %hash = map { $_ => 1 } @pclist;
>
> above is wrong.It should be:
> my %hash = map { $_, 1 } @pclist;
>
> HTH.
>
>
Thank you Jeff,  unfortunately still it didn't solve the problem.

/jbt



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to