Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^3: writing array element to a file

by Random_Walk (Prior)
on Apr 25, 2013 at 13:11 UTC ( [id://1030667]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    > 22 GATTGATGCC...
    > 2  GATGGATGTG...
    > 26 GATGCATGAT...
    > 52 GATGATGTGG...
    
  2. or download this
    while (my $line=<$in>) { 
        if($line=~/^>/) {     
    ...
            print $out "$vettore[1]\n"; 
        } 
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (5)
As of 2024-04-23 07:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found