2007/5/1, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
Hi all,

Is there a perl built in function that search a value in sorted array?
Although I found such an algorithm in the cpan (Search::Binary), I wonder if 
there is an efficient solution within the core perl.


For large array which was sorted already,using Search::Binary is the
best efficient solution I think.Otherwise there are other ways like
grep,map etc.


--
Chinese Practical Mod_perl book online
http://home.arcor.de/jeffpang/mod_perl/

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


Reply via email to