>>>>> "Haitham" == Haitham N Traboulsi <[EMAIL PROTECTED]> writes:

    Haitham> Here is an example that illustrates my task.  imagine that
    Haitham> we have got this list or array which contains some
    Haitham> consecutive numbers e.g. (1, 2, 3, 4, 6, 8, 34, 50, 51, 52,
    Haitham> 60, 66, 67, 68) and I want to locate just the consecutive
    Haitham> numbers included.  I would appreciate any help with this
    Haitham> problem.  thanks alot

Hi,

This reminds me a great deal of a problem about compacting a list from a
while back.  Your new homework can be to convert that solution to your
task.  :-)

The post I'm thinking of is at:

   http://archive.develooper.com/beginners%40perl.org/msg16089.html

- Chris.
-- 
$a="printf.net"; Chris Ball | chris@void.$a | www.$a | finger: chris@$a


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

Reply via email to