Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: How to split an array identified by numbers to get the correct sequence of elements

by JavaFan (Canon)
on Apr 19, 2012 at 12:03 UTC ( [id://965932]=note: print w/replies, xml ) Need Help??


in reply to How to split an array identified by numbers to get the correct sequence of elements

#!/usr/bin/perl my $k = "CCATGNNNAACCNNATGNNTAGCC”; print substr($k, 2, 9), "\n"; print substr($k, 15, 8), "\n";
  • Comment on Re: How to split an array identified by numbers to get the correct sequence of elements
  • Download Code

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (4)
As of 2024-04-19 03:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found