Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^3: Fast common substring matching

by Roy Johnson (Monsignor)
on Nov 14, 2005 at 21:42 UTC ( [id://508420]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    }
    
    print "Completed in " . Time::HiRes::tv_interval ($startTime) . "\n";
    
  2. or download this
    use warnings;
    use strict;
    ...
      $str .= (qw(A C G T))[rand 4] for 1..$howlong;
      print "$str\n";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-16 04:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found