What are you trying to do? If you could include a brief example, it
would be nice.

Li Ngok Lam wrote:
> my (%LIST, @other_list);
> 
> @other_list = ( Unknown Length Data Elems );
> 
> foreach my $col (@lists)
> {
>     for (@other_list)
>     {  
>         if ( exist $LIST{$col}[0] ) { Do_smth_2 }  # But ERROR either
>         
>         What should I write here ? So can push vars to $LIST{$col}
>     }
> }
> 
> 
> Thanks in advise
> 




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to