Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Lookahead algorithm for IP subroutine

by demerphq (Chancellor)
on May 11, 2005 at 16:07 UTC ( [id://456051]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    seq(12) == @array[7..18]=(31,61,62,63,64,65,66,67,70,71,72,73)
    seq(13) == @array[6..18]=(15,31,61,62,63,64,65,66,67,70,71,72,73)
    seq(14) == @array[1..14]=(3,4,5,6,8,15,31,61,62,63,64,65,66,67)
    
  2. or download this
    sub find_seq {
        my ($num,$array)=@_;
    ...
        }
        return ( $min_start, $min_end );
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://456051]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-25 13:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found