I finally install the Heap module. But I run the example of the CPAN:
 foreach $i ( 1..100 )
   {
       $elem = NumElem($i);
       $heap->add($elem);
   }

It told me:
Can't locate auto/Heap/add.al in @INC

I search this directory but didn't find the add.al, is it caused by the
wrong installing or something else?

Thanks,
Ying




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

Reply via email to