Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Genbank file parsing

by blazar (Canon)
on Jan 11, 2005 at 14:00 UTC ( [id://421273]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -ln
    
    use strict;
    ...
        local $/='//';
        print <>;
    }
    
  2. or download this
    #!/usr/bin/perl -ln
    
    ...
    print if $_ eq 'ORIGIN' .. $_ eq '//'
      
    __END__
    
  3. or download this
    open (FILE, $ARGV[0]) or die "unable to open FILE\n";
    

Log In?
Username:
Password:

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

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

    No recent polls found